MCPcopy
hub / github.com/python/mypy / type

Class type

mypyc/test-data/fixtures/ir.py:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 def __delattr__(self, k: str) -> None: pass
52
53class type:
54 def __init__(self, o: object) -> None: ...
55 def __or__(self, o: object) -> Any: ...
56 def __new__(cls, *args: object) -> Any: ...
57 __name__ : str
58 __annotations__: Dict[str, Any]
59
60class ellipsis: pass
61

Callers 15

is_staticFunction · 0.85
make_simplified_unionFunction · 0.85
complainFunction · 0.85
parse_sectionFunction · 0.85
on_errorMethod · 0.85
visitMethod · 0.85
from_operatorMethod · 0.85
from_comp_operatorMethod · 0.85
visit_BoolOpMethod · 0.85
visit_BinOpMethod · 0.85
visit_UnaryOpMethod · 0.85
visit_CallMethod · 0.85

Calls

no outgoing calls

Tested by 10

test_moduleFunction · 0.68
_verify_metaclassFunction · 0.68
verify_typeinfoFunction · 0.68
assert_union_resultMethod · 0.68
assert_blobs_sameFunction · 0.68
assertRaisesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…