MCPcopy 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
132class CommentQueue(LineQueue):
133 def __init__(self):

Callers 3

cleanCommentsFunction · 0.95
removeHeaderFunction · 0.95
removeBuiltinFunctionsFunction · 0.95

Calls 4

flushToMethod · 0.95
clearMethod · 0.95
LineQueueClass · 0.85
joinMethod · 0.80

Tested by

no test coverage detected