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

Function isexternal

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

Source from the content-addressed store, hash-verified

411
412
413def isexternal(var):
414 return 'attrspec' in var and 'external' in var['attrspec']
415
416
417def getdimension(var):

Callers 11

getctypeFunction · 0.85
getpydocsignFunction · 0.85
sign2mapFunction · 0.85
_ischaracterFunction · 0.85
_isstringFunction · 0.85
isarrayFunction · 0.85
isscalarFunction · 0.85
isfunction_wrapFunction · 0.85
createfuncwrapperFunction · 0.85
createsubrwrapperFunction · 0.85
postcrackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected