Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
flushTo
Method · 0.95
getValue
Method · 0.95
flushTo
Method · 0.80
__enter__
Method · 0.80
__exit__
Method · 0.80
_clear_registries
Method · 0.80
_get_fresh_mod
Function · 0.80
Calls
no outgoing calls
Tested by
1
_get_fresh_mod
Function · 0.64