Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isstringarray
Function
isstringarray
numpy/f2py/auxfuncs.py:98–99 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
96
97
98
def
isstringarray(var):
99
return
isstring_or_stringarray(var) and isarray(var)
100
101
102
def
isarrayofstrings(var):
# obsolete?
Callers
4
get_elsize
Function · 0.85
common_sign2map
Function · 0.85
isarrayofstrings
Function · 0.85
getcallprotoargument
Function · 0.85
Calls
2
isstring_or_stringarray
Function · 0.85
isarray
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…