Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ visit
Method
visit
numpy/f2py/symbolic.py:720–725 ·
view source on GitHub ↗
(expr, found=found)
Source
from the content-addressed store, hash-verified
718
found = []
719
720
def
visit(expr, found=found):
721
if
found:
722
return
expr
723
elif
expr == other:
724
found.append(1)
725
return
expr
726
727
self.traverse(visit)
728
Callers
3
find_missing
Function · 0.80
visit_Call
Method · 0.80
test_warning_calls
Function · 0.80
Calls
2
traverse
Method · 0.80
add
Method · 0.45
Tested by
2
visit_Call
Method · 0.64
test_warning_calls
Function · 0.64