MCPcopy Create free account
hub / github.com/nodejs/node / visit_Test

Method visit_Test

tools/inspector_protocol/jinja2/compiler.py:207–209  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

205 self.filters.add(node.name)
206
207 def visit_Test(self, node):
208 self.generic_visit(node)
209 self.tests.add(node.name)
210
211 def visit_Block(self, node):
212 """Stop visiting at blocks."""

Callers

nothing calls this directly

Calls 2

addMethod · 0.65
generic_visitMethod · 0.45

Tested by

no test coverage detected