MCPcopy Create free account
hub / github.com/numpy/numpy / clear

Method clear

numpy/linalg/lapack_lite/clapack_scrub.py:117–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 self._queue.append(line)
116
117 def clear(self):
118 self._queue = []
119
120 def flushTo(self, other_queue):
121 for line in self._queue:

Callers 7

flushToMethod · 0.95
getValueMethod · 0.95
flushToMethod · 0.80
__enter__Method · 0.80
__exit__Method · 0.80
_clear_registriesMethod · 0.80
_get_fresh_modFunction · 0.80

Calls

no outgoing calls

Tested by 1

_get_fresh_modFunction · 0.64