Home
last modified time | relevance | path

Searched refs:_NodeBound (Results 1 - 1 of 1) sorted by relevance

/third_party/jinja2/
H A Dnodes.py18 _NodeBound = t.TypeVar("_NodeBound", bound="Node") variable
184 def find(self, node_type: t.Type[_NodeBound]) -> t.Optional[_NodeBound]:
194 self, node_type: t.Union[t.Type[_NodeBound], t.Tuple[t.Type[_NodeBound], ...]]
195 ) -> t.Iterator[_NodeBound]:

Completed in 2 milliseconds