shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

raise ValueError('String {} does not end properly'.format(string)) ValueError: String " does not end properly #214

Closed shairubin closed 4 months ago

shairubin commented 4 months ago

def name(self): if isinstance(self.index, type): rep = f'loadmodule("{self.index.module}").{self.index.qualname}' return f"odict_getitem({self.base.name()}, {rep})"