Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
643
def
l_not(f):
644
return
eval(
'lambda v,f=f:not f(v)'
)
645
646
647
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…