MCPcopy Index your code
hub / github.com/numpy/numpy / FuncNameSuffix

Class FuncNameSuffix

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

Stores the suffix to append when generating functions names.

Source from the content-addressed store, hash-verified

34 pass
35
36class FuncNameSuffix:
37 """Stores the suffix to append when generating functions names.
38 """
39 def __init__(self, suffix):
40 self.suffix = suffix
41
42class TypeDescription:
43 """Type signature for a ufunc.

Callers 1

generate_umath.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…