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

Method visit_assignment_stmt

mypy/server/astmerge.py:264–266  ·  view source on GitHub ↗
(self, node: AssignmentStmt)

Source from the content-addressed store, hash-verified

262 self.fixup_type(tv.default)
263
264 def visit_assignment_stmt(self, node: AssignmentStmt) -> None:
265 self.fixup_type(node.type)
266 super().visit_assignment_stmt(node)
267
268 # Expressions
269

Callers

nothing calls this directly

Calls 1

fixup_typeMethod · 0.95

Tested by

no test coverage detected