MCPcopy Create free account
hub / github.com/numpy/numpy / isintent_aux

Function isintent_aux

numpy/f2py/auxfuncs.py:490–491  ·  view source on GitHub ↗
(var)

Source from the content-addressed store, hash-verified

488
489
490def isintent_aux(var):
491 return 'aux' in var.get('intent', [])
492
493
494def isintent_aligned4(var):

Callers 2

getargs2Function · 0.85
buildapiFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected