shairubin / fun_with_ast

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

missing conversion in format string #185

Closed shairubin closed 6 months ago

shairubin commented 6 months ago

module_23="""def getattr(name): raise AttributeError(f"module {name!r} has no attribute {name!r}") """