Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ getValue
Method
getValue
numpy/linalg/lapack_lite/clapack_scrub.py:125–130 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
self.clear()
124
125
def
getValue(self):
126
q = LineQueue()
127
self.flushTo(q)
128
s =
''
.join(q._queue)
129
self.clear()
130
return
s
131
132
class
CommentQueue(LineQueue):
133
def
__init__(self):
Callers
3
cleanComments
Function · 0.95
removeHeader
Function · 0.95
removeBuiltinFunctions
Function · 0.95
Calls
4
flushTo
Method · 0.95
clear
Method · 0.95
LineQueue
Class · 0.85
join
Method · 0.80
Tested by
no test coverage detected