Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isstring
Function
isstring
numpy/f2py/auxfuncs.py:97–98 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
95
96
97
def
isstring(var):
98
return
isstring_or_stringarray(var) and not isarray(var)
99
100
101
def
isstringarray(var):
Callers
15
getstrlength
Function · 0.85
getarrdims
Function · 0.85
getpydocsign
Function · 0.85
getarrdocsign
Function · 0.85
getinit
Function · 0.85
get_elsize
Function · 0.85
sign2map
Function · 0.85
common_sign2map
Function · 0.85
isscalar
Function · 0.85
ismutable
Function · 0.85
isstringfunction
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