MCPcopy Index your code
hub / github.com/python/cpython / visit_Pass

Method visit_Pass

Lib/_ast_unparse.py:285–286  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

283 self.traverse(node.value)
284
285 def visit_Pass(self, node):
286 self.fill("pass")
287
288 def visit_Break(self, node):
289 self.fill("break")

Callers

nothing calls this directly

Calls 1

fillMethod · 0.95

Tested by

no test coverage detected