MCPcopy 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
468def isintent_c(var):
469 return 'c' in var.get('intent', [])
470
471
472def isintent_cache(var):

Callers 2

isfunction_wrapFunction · 0.85
issubroutine_wrapFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…