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

Function isintent_callback

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

Source from the content-addressed store, hash-verified

482
483
484def isintent_callback(var):
485 return 'callback' in var.get('intent', [])
486
487
488def isintent_inplace(var):

Callers 4

cb_routsign2mapFunction · 0.85
getcallprotoargumentFunction · 0.85
crack2fortrangenFunction · 0.85
vars2fortranFunction · 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…