shairubin / fun_with_ast

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

NotImplementedError: only Name , Constant, Attribute and Call nodes are supported #225

Closed shairubin closed 4 months ago

shairubin commented 4 months ago

def construct_name(fwd_bwd, test_name): return f"{suite_name}[{test_name}]:{'bwd' if bwd else 'fwd'}"