Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
413
def
isexternal(var):
414
return
'attrspec'
in var and
'external'
in var[
'attrspec'
]
415
416
417
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