MCPcopy Index your code
hub / github.com/numpy/numpy / generate_umath.py

File generate_umath.py

numpy/_core/code_generators/generate_umath.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Generate the code to build all the internal ufuncs. At the base is the defdict:
3a dictionary ofUfunc classes. This is fed to make_code to generate
4__umath_generated.c

Callers

nothing calls this directly

Calls 6

UfuncClass · 0.85
TDFunction · 0.85
TypeDescriptionClass · 0.85
FuncNameSuffixClass · 0.85
mainFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected