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

Method visit_set_comprehension

mypy/stubgen.py:421–422  ·  view source on GitHub ↗
(self, o: SetComprehension)

Source from the content-addressed store, hash-verified

419 return self._visit_unsupported_expr(o)
420
421 def visit_set_comprehension(self, o: SetComprehension) -> str:
422 return self._visit_unsupported_expr(o)
423
424 def visit_dictionary_comprehension(self, o: DictionaryComprehension) -> str:
425 return self._visit_unsupported_expr(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected