Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ ischaracterarray
Function
ischaracterarray
numpy/f2py/auxfuncs.py:86–87 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
84
85
86
def
ischaracterarray(var):
87
return
ischaracter_or_characterarray(var) and isarray(var)
88
89
90
def
isstring_or_stringarray(var):
Callers
1
get_elsize
Function · 0.85
Calls
2
ischaracter_or_characterarray
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…