Home
last modified time | relevance | path

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

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