summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/internal/zz_parse.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/internal/zz_parse.py b/utils/internal/zz_parse.py
index 0a62040..9c73978 100644
--- a/utils/internal/zz_parse.py
+++ b/utils/internal/zz_parse.py
@@ -19,3 +19,5 @@ if __name__ == "__main__":
print(code)
ast = parser.parse(code)
ast.show(attrnames=True, nodenames=True)
+ print(ast.ext[0].__slots__)
+ print(dir(ast.ext[0]))