Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isscalar
Function
isscalar
numpy/f2py/auxfuncs.py:112–113 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
110
111
112
def
isscalar(var):
113
return
not (isarray(var) or isstring(var) or isexternal(var))
114
115
116
def
iscomplex(var):
Callers
15
getarrdims
Function · 0.70
getpydocsign
Function · 0.70
getarrdocsign
Function · 0.70
sign2map
Function · 0.70
iscomplex
Function · 0.70
islogical
Function · 0.70
isinteger
Function · 0.70
isreal
Function · 0.70
islong_long
Function · 0.70
isunsigned_char
Function · 0.70
isunsigned_short
Function · 0.70
isunsigned
Function · 0.70
Calls
3
isarray
Function · 0.85
isstring
Function · 0.85
isexternal
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…