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

Method get_name

mypy/types.py:2707–2708  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2705 return Overloaded(ni)
2706
2707 def get_name(self) -> str | None:
2708 return self._items[0].name
2709
2710 def with_unpacked_kwargs(self) -> Overloaded:
2711 if any(i.unpack_kwargs for i in self.items):

Callers 2

nameMethod · 0.95
callable_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected