Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isstring
Function
isstring
numpy/f2py/auxfuncs.py:94–95 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
92
93
94
def
isstring(var):
95
return
isstring_or_stringarray(var) and not isarray(var)
96
97
98
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…