Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ tuple_ops.py
File
tuple_ops.py
mypyc/primitives/tuple_ops.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Primitive tuple ops
for
*variable-length* tuples.
2
3
Note: Varying-length tuples are represented
as
boxed Python tuple
4
objects, i.e. tuple_rprimitive (RPrimitive), not RTuple.
Callers
nothing calls this directly
Calls
5
load_address_op
Function · 0.90
method_op
Function · 0.90
custom_op
Function · 0.90
function_op
Function · 0.90
binary_op
Function · 0.90
Tested by
no test coverage detected