find method

find

Defines the interface for find BaseSyntaxNode

Returns

The BaseSyntaxNode.

def find(self, path):
    ...
ParameterTypeDescription
pathlistThe string path.

See Also