There was an error while loading. Please reload this page.
1 parent 5597ac7 commit afb1f25Copy full SHA for afb1f25
gdtoolkit/gd2py/__init__.py
@@ -52,6 +52,7 @@ def _convert_statement(statement: Tree, context: Context) -> List[str]:
52
"func_def": _convert_func_def,
53
"enum_stmt": _pass, # TODO: implement
54
"classname_stmt": _pass,
55
+ "property_body_def": _pass,
56
"classname_extends_stmt": _pass,
57
"signal_stmt": _pass,
58
"const_stmt": lambda s, c: [
0 commit comments