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

Function l_not

numpy/f2py/auxfuncs.py:643–644  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

641
642
643def l_not(f):
644 return eval('lambda v,f=f:not f(v)')
645
646
647def isdummyroutine(rout):

Callers 4

sign2mapFunction · 0.85
getcallprotoargumentFunction · 0.85
cb_rules.pyFile · 0.85
rules.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…