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

Method visit_comparison_expr

mypy/stubgen.py:409–410  ·  view source on GitHub ↗
(self, o: ComparisonExpr)

Source from the content-addressed store, hash-verified

407 return self.stubgen.add_name("_typeshed.Incomplete")
408
409 def visit_comparison_expr(self, o: ComparisonExpr) -> str:
410 return self._visit_unsupported_expr(o)
411
412 def visit_cast_expr(self, o: CastExpr) -> str:
413 return self._visit_unsupported_expr(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected