shairubin / fun_with_ast

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

match fails on """ #332

Closed shairubin closed 1 week ago

shairubin commented 1 week ago

def to_dot(self) -> str: return f"""\ digraph G {{ rankdir = LR; node [shape=box]; {edges} }} """