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

Method visit_complex_expr

mypy/stats.py:334–335  ·  view source on GitHub ↗
(self, o: ComplexExpr)

Source from the content-addressed store, hash-verified

332 self.record_precise_if_checked_scope(o)
333
334 def visit_complex_expr(self, o: ComplexExpr) -> None:
335 self.record_precise_if_checked_scope(o)
336
337 def visit_ellipsis(self, o: EllipsisExpr) -> None:
338 self.record_precise_if_checked_scope(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected