Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isstring_or_stringarray
Function
isstring_or_stringarray
numpy/f2py/auxfuncs.py:90–91 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
88
89
90
def
isstring_or_stringarray(var):
91
return
_ischaracter(var) and
'charselector'
in var
92
93
94
def
isstring(var):
Callers
3
getctype
Function · 0.85
isstring
Function · 0.85
isstringarray
Function · 0.85
Calls
1
_ischaracter
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…