Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isintent_callback
Function
isintent_callback
numpy/f2py/auxfuncs.py:484–485 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
482
483
484
def
isintent_callback(var):
485
return
'callback'
in var.get(
'intent'
, [])
486
487
488
def
isintent_inplace(var):
Callers
4
cb_routsign2map
Function · 0.85
getcallprotoargument
Function · 0.85
crack2fortrangen
Function · 0.85
vars2fortran
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…