Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isintent_c
Function
isintent_c
numpy/f2py/auxfuncs.py:468–469 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
466
467
468
def
isintent_c(var):
469
return
'c'
in var.get(
'intent'
, [])
470
471
472
def
isintent_cache(var):
Callers
2
isfunction_wrap
Function · 0.85
issubroutine_wrap
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…