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

Function id

mypyc/test-data/fixtures/ir.py:395–395  ·  view source on GitHub ↗
(o: object)

Source from the content-addressed store, hash-verified

393def sum(i: Iterable[_T], start: _T) -> _T: pass
394def reversed(object: Sequence[_T]) -> Iterator[_T]: ...
395def id(o: object) -> int: pass
396# This type is obviously wrong but the test stubs don't have Sized anymore
397def len(o: object) -> int: pass
398def print(*args: object) -> None: pass

Callers 8

collect_memory_statsFunction · 0.85
find_recursive_objectsFunction · 0.85
visitFunction · 0.85
__repr__Method · 0.85
check_consistencyFunction · 0.85
get_reachable_graphFunction · 0.85
get_pathFunction · 0.85
__repr__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected