Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isarray
Function
isarray
numpy/f2py/auxfuncs.py:108–109 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
106
107
108
def
isarray(var):
109
return
'dimension'
in var and not isexternal(var)
110
111
112
def
isscalar(var):
Callers
15
getarrdims
Function · 0.85
getpydocsign
Function · 0.85
getarrdocsign
Function · 0.85
getinit
Function · 0.85
sign2map
Function · 0.85
cb_sign2map
Function · 0.85
common_sign2map
Function · 0.85
ischaracter
Function · 0.85
ischaracterarray
Function · 0.85
isstring
Function · 0.85
isstringarray
Function · 0.85
isscalar
Function · 0.85
Calls
1
isexternal
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…