Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ endArgs
Method
endArgs
numpy/linalg/lapack_lite/clapack_scrub.py:61–65 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
59
return
text
60
61
def
endArgs(self, text):
62
self.paren_count -= 1
63
if
self.paren_count == 0:
64
self.begin(
''
)
65
return
text
66
67
digits = Re(
'[0-9]+'
)
68
iofun = Re(r
'\([^;]*;'
)
Callers
nothing calls this directly
Calls
1
begin
Method · 0.80
Tested by
no test coverage detected