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

Method format_type

mypy/test/testmerge.py:234–235  ·  view source on GitHub ↗
(self, typ: Type)

Source from the content-addressed store, hash-verified

232 return a
233
234 def format_type(self, typ: Type) -> str:
235 return typ.accept(self.type_str_conv)

Callers 2

dump_typesMethod · 0.95

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected