Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
618
def
l_not(f):
619
return
eval(
'lambda v,f=f:not f(v)'
)
620
621
622
def
isdummyroutine(rout):
Callers
4
sign2map
Function · 0.85
getcallprotoargument
Function · 0.85
cb_rules.py
File · 0.85
rules.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected