MCPcopy Create free account
hub / github.com/python/mypy / visit_cast_expr

Method visit_cast_expr

mypy/stubgen.py:412–413  ·  view source on GitHub ↗
(self, o: CastExpr)

Source from the content-addressed store, hash-verified

410 return self._visit_unsupported_expr(o)
411
412 def visit_cast_expr(self, o: CastExpr) -> str:
413 return self._visit_unsupported_expr(o)
414
415 def visit_conditional_expr(self, o: ConditionalExpr) -> str:
416 return self._visit_unsupported_expr(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected