Home
last modified time | relevance | path

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

/third_party/jinja2/
H A Dvisitor.py24 the `get_visitor` function. If no visitor function exists for a node
28 def get_visitor(self, node: Node) -> "t.Optional[VisitCallable]": member in NodeVisitor
37 f = self.get_visitor(node)
/third_party/node/deps/v8/third_party/jinja2/
H A Dvisitor.py16 the `get_visitor` function. If no visitor function exists for a node
20 def get_visitor(self, node): member in NodeVisitor
30 f = self.get_visitor(node)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dvisitor.py22 the `get_visitor` function. If no visitor function exists for a node
26 def get_visitor(self, node): member in NodeVisitor
36 f = self.get_visitor(node)
/third_party/skia/third_party/externals/jinja2/
H A Dvisitor.py16 the `get_visitor` function. If no visitor function exists for a node
20 def get_visitor(self, node): member in NodeVisitor
30 f = self.get_visitor(node)

Completed in 1 milliseconds