Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ flushTo
Method
flushTo
numpy/linalg/lapack_lite/clapack_scrub.py:120–123 ·
view source on GitHub ↗
(self, other_queue)
Source
from the content-addressed store, hash-verified
118
self._queue = []
119
120
def
flushTo(self, other_queue):
121
for
line in self._queue:
122
other_queue.add(line)
123
self.clear()
124
125
def
getValue(self):
126
q = LineQueue()
Callers
4
getValue
Method · 0.95
flushTo
Method · 0.45
HaveCommentLines
Function · 0.45
HaveBlankLines
Function · 0.45
Calls
2
clear
Method · 0.95
add
Method · 0.45
Tested by
no test coverage detected