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

Method visit_int_expr

mypy/stats.py:328–329  ·  view source on GitHub ↗
(self, o: IntExpr)

Source from the content-addressed store, hash-verified

326 self.record_precise_if_checked_scope(o)
327
328 def visit_int_expr(self, o: IntExpr) -> None:
329 self.record_precise_if_checked_scope(o)
330
331 def visit_float_expr(self, o: FloatExpr) -> None:
332 self.record_precise_if_checked_scope(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected