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

Function repr

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

Source from the content-addressed store, hash-verified

430def min(x: _T, y: _T) -> _T: ...
431def max(x: _T, y: _T) -> _T: ...
432def repr(o: object) -> str: ...
433def ascii(o: object) -> str: ...
434def ord(o: object) -> int: ...
435def chr(i: int) -> str: ...

Callers 15

pyinfo.pyFile · 0.85
report_internal_errorFunction · 0.85
_visit_literal_nodeMethod · 0.85
build_innerFunction · 0.85
__init__Method · 0.85
test_moduleFunction · 0.85
_verify_finalFunction · 0.85
_verify_disjoint_baseFunction · 0.85
verify_typeinfoFunction · 0.85
verify_varFunction · 0.85

Calls

no outgoing calls

Tested by 11

__init__Method · 0.68
test_moduleFunction · 0.68
_verify_finalFunction · 0.68
_verify_disjoint_baseFunction · 0.68
verify_typeinfoFunction · 0.68
verify_varFunction · 0.68
verify_decoratorFunction · 0.68
test_reprMethod · 0.68
test_struct_strMethod · 0.68
test_str_conversionMethod · 0.68
run_caseMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…