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

File int_ops.py

mypyc/primitives/int_ops.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Arbitrary-precision integer primitive ops.
2
3These mostly operate on (usually) unboxed integers that use a tagged pointer
4representation (CPyTagged) and correspond to the Python 'int' type.

Callers

nothing calls this directly

Calls 7

load_address_opFunction · 0.90
function_opFunction · 0.90
custom_opFunction · 0.90
method_opFunction · 0.90
int_binary_primitiveFunction · 0.85
int_binary_opFunction · 0.85
int_unary_opFunction · 0.85

Tested by

no test coverage detected