MCPcopy Create free account
hub / github.com/numpy/numpy / ischaracterarray

Function ischaracterarray

numpy/f2py/auxfuncs.py:89–90  ·  view source on GitHub ↗
(var)

Source from the content-addressed store, hash-verified

87
88
89def ischaracterarray(var):
90 return ischaracter_or_characterarray(var) and isarray(var)
91
92
93def isstring_or_stringarray(var):

Callers 1

get_elsizeFunction · 0.85

Calls 2

isarrayFunction · 0.85

Tested by

no test coverage detected