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

Method visit_dictionary_comprehension

mypy/stubgen.py:424–425  ·  view source on GitHub ↗
(self, o: DictionaryComprehension)

Source from the content-addressed store, hash-verified

422 return self._visit_unsupported_expr(o)
423
424 def visit_dictionary_comprehension(self, o: DictionaryComprehension) -> str:
425 return self._visit_unsupported_expr(o)
426
427 def visit_generator_expr(self, o: GeneratorExpr) -> str:
428 return self._visit_unsupported_expr(o)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected