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

Function isexternal

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

Source from the content-addressed store, hash-verified

408
409
410def isexternal(var):
411 return 'attrspec' in var and 'external' in var['attrspec']
412
413
414def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…