Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __init__
Method
__init__
numpy/linalg/lapack_lite/clapack_scrub.py:51–53 ·
view source on GitHub ↗
(self, info, name='<ftnlen>')
Source
from the content-addressed store, hash-verified
49
a nuisance in C.
50
""
"
51
def
__init__(self, info, name=
'<ftnlen>'
):
52
MyScanner.__init__(self, info, name)
53
self.paren_count = 0
54
55
def
beginArgs(self, text):
56
if
self.paren_count == 0:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected