visit_list_item method
visit_list_item
Defines the interface for visit ListItemSyntax.
def visit_list_item(self, list_item):
...
Parameter | Type | Description |
---|---|---|
list_item | ListItemSyntaxNode | The ListItemSyntax. |
Defines the interface for visit ListItemSyntax.
def visit_list_item(self, list_item):
...
Parameter | Type | Description |
---|---|---|
list_item | ListItemSyntaxNode | The ListItemSyntax. |