pub fn to_python(n: &Node) -> StringExpand description
The Python surface. This is what beck fmt writes, and §2.6’s style rules (“snake_case
values, PascalCase types … enforced by beck fmt”) are applied by the formatter, not here:
this function prints faithfully, so that printing an already-renamed tree is idempotent.