Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
410
def
isexternal(var):
411
return
'attrspec'
in var and
'external'
in var[
'attrspec'
]
412
413
414
def
getdimension(var):
Callers
11
getctype
Function · 0.85
getpydocsign
Function · 0.85
sign2map
Function · 0.85
_ischaracter
Function · 0.85
_isstring
Function · 0.85
isarray
Function · 0.85
isscalar
Function · 0.85
isfunction_wrap
Function · 0.85
createfuncwrapper
Function · 0.85
createsubrwrapper
Function · 0.85
postcrack
Function · 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…