shairubin / fun_with_ast

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

support format spec #194

Open shairubin opened 9 months ago

shairubin commented 9 months ago

def main(): shape = ", ".join(tuple(f'{i:>4}' for i in x.shape))