MCPcopy 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

getValueMethod · 0.95
flushToMethod · 0.45
HaveCommentLinesFunction · 0.45
HaveBlankLinesFunction · 0.45

Calls 2

clearMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected