MCPcopy Create free account
hub / github.com/numpy/numpy / l_not

Function l_not

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

Source from the content-addressed store, hash-verified

616
617
618def l_not(f):
619 return eval('lambda v,f=f:not f(v)')
620
621
622def 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