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

Method accept

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

Source from the content-addressed store, hash-verified

1904 self.invalid_recursive_alias = False
1905
1906 def accept(self, visitor: StatementVisitor[T]) -> T:
1907 return visitor.visit_assignment_stmt(self)
1908
1909
1910class OperatorAssignmentStmt(Statement):

Callers

nothing calls this directly

Calls 1

visit_assignment_stmtMethod · 0.45

Tested by

no test coverage detected