Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isstringarray
Function
isstringarray
numpy/f2py/auxfuncs.py:101–102 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
99
100
101
def
isstringarray(var):
102
return
isstring_or_stringarray(var) and isarray(var)
103
104
105
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