Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
3
These are runtime types (RTypes),
as
opposed to mypy Type objects.
4
The latter are only used during type checking and not directly used at
Callers
nothing calls this directly
Calls
4
RVoid
Class · 0.85
RPrimitive
Class · 0.85
RTuple
Class · 0.85
RStruct
Class · 0.85
Tested by
no test coverage detected