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

Method visit_list_comprehension

mypy/stubgen.py:418–419  ·  view source on GitHub ↗
(self, o: ListComprehension)

Source from the content-addressed store, hash-verified

416 return self._visit_unsupported_expr(o)
417
418 def visit_list_comprehension(self, o: ListComprehension) -> str:
419 return self._visit_unsupported_expr(o)
420
421 def visit_set_comprehension(self, o: SetComprehension) -> str:
422 return self._visit_unsupported_expr(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected