Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ beginArgs
Method
beginArgs
numpy/linalg/lapack_lite/clapack_scrub.py:55–59 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
53
self.paren_count = 0
54
55
def
beginArgs(self, text):
56
if
self.paren_count == 0:
57
self.begin(
'args'
)
58
self.paren_count += 1
59
return
text
60
61
def
endArgs(self, text):
62
self.paren_count -= 1
Callers
nothing calls this directly
Calls
1
begin
Method · 0.80
Tested by
no test coverage detected