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

File generic_ops.py

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

Source from the content-addressed store, hash-verified

1"""Fallback primitive operations that operate on 'object' operands.
2
3These just call the relevant Python C API function or a thin wrapper
4around an API function. Most of these also have faster, specialized

Callers

nothing calls this directly

Calls 6

binary_opFunction · 0.90
function_opFunction · 0.90
unary_opFunction · 0.90
method_opFunction · 0.90
custom_opFunction · 0.90
custom_primitive_opFunction · 0.90

Tested by

no test coverage detected