MCPcopy Index your code
hub / github.com/numpy/numpy / isintent_aux

Function isintent_aux

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

Source from the content-addressed store, hash-verified

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

Callers 2

getargs2Function · 0.85
buildapiFunction · 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…