MCPcopy 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_missingFunction · 0.80
visit_CallMethod · 0.80
test_warning_callsFunction · 0.80

Calls 2

traverseMethod · 0.80
addMethod · 0.45

Tested by 2

visit_CallMethod · 0.64
test_warning_callsFunction · 0.64