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

Method accept

mypy/nodes.py:1839–1840  ·  view source on GitHub ↗
(self, visitor: StatementVisitor[T])

Source from the content-addressed store, hash-verified

1837 self.expr = expr
1838
1839 def accept(self, visitor: StatementVisitor[T]) -> T:
1840 return visitor.visit_expression_stmt(self)
1841
1842
1843class AssignmentStmt(Statement):

Callers

nothing calls this directly

Calls 1

visit_expression_stmtMethod · 0.45

Tested by

no test coverage detected