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

Function isintent_callback

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

Source from the content-addressed store, hash-verified

480
481
482def isintent_callback(var):
483 return 'callback' in var.get('intent', [])
484
485
486def 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