Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Sep 24, 2024
1 parent 07c9a77 commit 464cdd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fake_bpy_module/analyzer/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ def _parse_arg_option(self, arg_list_node: ArgumentListNode,
arg_name: str, option_type: str,
option_body: nodes.field_body) -> None:
arg_node: ArgumentNode = None
if option_body == "update-argument-type":
print(f"{arg_name}: {arg_list_node.children}")
for child in arg_list_node.children:
n = next(child.findall(NameNode))
if option_body == "update-argument-type":
Expand Down

0 comments on commit 464cdd4

Please sign in to comment.