Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isintent_aux
Function
isintent_aux
numpy/f2py/auxfuncs.py:492–493 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
490
491
492
def
isintent_aux(var):
493
return
'aux'
in var.get(
'intent'
, [])
494
495
496
def
isintent_aligned4(var):
Callers
2
getargs2
Function · 0.85
buildapi
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…