fn python_ast_to_python_string(expr: &Expr) -> Result<String>Expand description
Convert Python AST expression to Python syntax string
This converts Python AST expressions like None, True, [1, 2] to Python string representation
that can be used directly in stub files.