MCPcopy Index your code
hub / github.com/python/mypy / rtypes.py

File rtypes.py

mypyc/ir/rtypes.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Types used in the intermediate representation.
2
3These are runtime types (RTypes), as opposed to mypy Type objects.
4The latter are only used during type checking and not directly used at

Callers

nothing calls this directly

Calls 4

RVoidClass · 0.85
RPrimitiveClass · 0.85
RTupleClass · 0.85
RStructClass · 0.85

Tested by

no test coverage detected