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

Method visit_str_expr

mypy/stats.py:322–323  ·  view source on GitHub ↗
(self, o: StrExpr)

Source from the content-addressed store, hash-verified

320 super().visit_unary_expr(o)
321
322 def visit_str_expr(self, o: StrExpr) -> None:
323 self.record_precise_if_checked_scope(o)
324
325 def visit_bytes_expr(self, o: BytesExpr) -> None:
326 self.record_precise_if_checked_scope(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected