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

Callers 2

isfunction_wrapFunction · 0.85
issubroutine_wrapFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected