Searched refs:_NodeBound (Results 1 – 1 of 1) sorted by relevance
18 _NodeBound = t.TypeVar("_NodeBound", bound="Node") variable184 def find(self, node_type: t.Type[_NodeBound]) -> t.Optional[_NodeBound]: argument194 self, node_type: t.Union[t.Type[_NodeBound], t.Tuple[t.Type[_NodeBound], ...]] argument195 ) -> t.Iterator[_NodeBound]: