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

Method class_type

mypy/semanal.py:7869–7870  ·  view source on GitHub ↗
(self, self_type: Type)

Source from the content-addressed store, hash-verified

7867 return typ
7868
7869 def class_type(self, self_type: Type) -> Type:
7870 return TypeType.make_normalized(self_type)
7871
7872 def schedule_patch(self, priority: int, patch: Callable[[], None]) -> None:
7873 self.patches.append((priority, patch))

Callers 1

Calls 1

make_normalizedMethod · 0.80

Tested by

no test coverage detected