Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ add
Method
add
numpy/linalg/lapack_lite/clapack_scrub.py:114–115 ·
view source on GitHub ↗
(self, line)
Source
from the content-addressed store, hash-verified
112
self._queue = []
113
114
def
add(self, line):
115
self._queue.append(line)
116
117
def
clear(self):
118
self._queue = []
Callers
15
visit_FunctionDef
Method · 0.45
visit_ClassDef
Method · 0.45
visit_AnnAssign
Method · 0.45
find_names
Function · 0.45
compare
Function · 0.45
mark_line
Method · 0.45
table_diff
Method · 0.45
decorator
Function · 0.45
wrapper
Function · 0.45
_add_integer_aliases
Function · 0.45
_var
Function · 0.45
_newnames
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_half_ufuncs
Method · 0.36
check_internal_overlap
Function · 0.36
test_arithmetic_fused
Method · 0.36
test_arithmetic_subadd
Method · 0.36
test_mask_conditional
Method · 0.36
test_ufunc_no_unnecessary_views
Method · 0.36
test_ufunc_casting_out
Method · 0.36
test_add_types
Function · 0.36
test_object_iter_cleanup
Function · 0.36
test_leak
Method · 0.36
test_blocked
Method · 0.36
test_lower_align
Method · 0.36