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

Method visit_conditional_expr

mypy/stubgen.py:415–416  ·  view source on GitHub ↗
(self, o: ConditionalExpr)

Source from the content-addressed store, hash-verified

413 return self._visit_unsupported_expr(o)
414
415 def visit_conditional_expr(self, o: ConditionalExpr) -> str:
416 return self._visit_unsupported_expr(o)
417
418 def visit_list_comprehension(self, o: ListComprehension) -> str:
419 return self._visit_unsupported_expr(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected