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

Method visit_Pass

mypy/fastparse.py:1455–1457  ·  view source on GitHub ↗
(self, n: ast3.Pass)

Source from the content-addressed store, hash-verified

1453
1454 # Pass
1455 def visit_Pass(self, n: ast3.Pass) -> PassStmt:
1456 s = PassStmt()
1457 return self.set_line(s, n)
1458
1459 # Break
1460 def visit_Break(self, n: ast3.Break) -> BreakStmt:

Callers

nothing calls this directly

Calls 2

set_lineMethod · 0.95
PassStmtClass · 0.90

Tested by

no test coverage detected