MCPcopy Index your code
hub / github.com/numpy/numpy / l_or

Function l_or

numpy/f2py/auxfuncs.py:635–640  ·  view source on GitHub ↗
(*f)

Source from the content-addressed store, hash-verified

633
634
635def l_or(*f):
636 l1, l2 = 'lambda v', []
637 for i in range(len(f)):
638 l1 = f'{l1},f{i}=f[{i}]'
639 l2.append(f'f{i}(v)')
640 return eval(f"{l1}:{' or '.join(l2)}")
641
642
643def l_not(f):

Callers 7

buildhooksFunction · 0.85
cb_routsign2mapFunction · 0.85
isintent_hideFunction · 0.85
getcallprotoargumentFunction · 0.85
analyzevarsFunction · 0.85
cb_rules.pyFile · 0.85
rules.pyFile · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…