MCPcopy
hub / github.com/python/mypy / PassStmt

Class PassStmt

mypy/nodes.py:2065–2069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2063
2064
2065class PassStmt(Statement):
2066 __slots__ = ()
2067
2068 def accept(self, visitor: StatementVisitor[T]) -> T:
2069 return visitor.visit_pass_stmt(self)
2070
2071
2072class IfStmt(Statement):

Callers 4

visit_PassMethod · 0.90
visit_pass_stmtMethod · 0.90
read_statementFunction · 0.90
_add_method_by_specFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…