Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __init__
Method
__init__
numpy/linalg/lapack_lite/make_lite.py:96–97 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
94
""
"
95
type =
'unknown'
96
def
__init__(self, name):
97
FortranRoutine.__init__(self, name=name, filename=
'<unknown>'
)
98
99
def
dependencies(self):
100
return
[]
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected