MCPcopy Create free account
hub / github.com/numpy/numpy / FuncNameSuffix

Class FuncNameSuffix

numpy/core/code_generators/generate_umath.py:38–42  ·  view source on GitHub ↗

Stores the suffix to append when generating functions names.

Source from the content-addressed store, hash-verified

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

Callers 1

generate_umath.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected