Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isintent_c
Function
isintent_c
numpy/f2py/auxfuncs.py:466–467 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
464
465
466
def
isintent_c(var):
467
return
'c'
in var.get(
'intent'
, [])
468
469
470
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