MCPcopy 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
86def ischaracterarray(var):
87 return ischaracter_or_characterarray(var) and isarray(var)
88
89
90def isstring_or_stringarray(var):

Callers 1

get_elsizeFunction · 0.85

Calls 2

isarrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…