Skip to content

Commit afb1f25

Browse files
Add property_body_def to _convert_statement and pass (#293)
1 parent 5597ac7 commit afb1f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gdtoolkit/gd2py/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def _convert_statement(statement: Tree, context: Context) -> List[str]:
5252
"func_def": _convert_func_def,
5353
"enum_stmt": _pass, # TODO: implement
5454
"classname_stmt": _pass,
55+
"property_body_def": _pass,
5556
"classname_extends_stmt": _pass,
5657
"signal_stmt": _pass,
5758
"const_stmt": lambda s, c: [

0 commit comments

Comments
 (0)