find method
find
Defines the interface for find BaseSyntaxNode
Returns
The BaseSyntaxNode.
def find(self, path):
...
Parameter | Type | Description |
---|---|---|
path | list | The string path. |
Defines the interface for find BaseSyntaxNode
The BaseSyntaxNode.
def find(self, path):
...
Parameter | Type | Description |
---|---|---|
path | list | The string path. |