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

Function convert_overloaded

mypy/exportjson.py:478–479  ·  view source on GitHub ↗
(self: Overloaded)

Source from the content-addressed store, hash-verified

476
477
478def convert_overloaded(self: Overloaded) -> Json:
479 return {".class": "Overloaded", "items": [convert_type(t) for t in self.items]}
480
481
482def convert_type_type(self: TypeType) -> Json:

Callers 1

convert_typeFunction · 0.85

Calls 1

convert_typeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…