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

Function ischaracter

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

Source from the content-addressed store, hash-verified

83
84
85def ischaracter(var):
86 return ischaracter_or_characterarray(var) and not isarray(var)
87
88
89def ischaracterarray(var):

Callers 2

get_elsizeFunction · 0.85

Calls 2

isarrayFunction · 0.85

Tested by

no test coverage detected