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

Method object_type

mypy/semanal.py:6947–6950  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6945 return result
6946
6947 def object_type(self) -> Instance:
6948 if self._object_type is None:
6949 self._object_type = self.named_type("builtins.object")
6950 return self._object_type
6951
6952 def str_type(self) -> Instance:
6953 if self._str_type is None:

Callers 8

analyze_type_paramMethod · 0.95
set_dummy_mroMethod · 0.95
set_any_mroMethod · 0.95
basic_new_typeinfoMethod · 0.95

Calls 1

named_typeMethod · 0.95

Tested by

no test coverage detected