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

Method __init__

numpy/core/code_generators/genapi.py:135–139  ·  view source on GitHub ↗
(self, name, return_type, args, doc='')

Source from the content-addressed store, hash-verified

133
134class Function:
135 def __init__(self, name, return_type, args, doc=''):
136 self.name = name
137 self.return_type = _repl(return_type)
138 self.args = args
139 self.doc = doc
140
141 def _format_arg(self, typename, name):
142 if typename.endswith('*'):

Callers

nothing calls this directly

Calls 1

_replFunction · 0.85

Tested by

no test coverage detected