MCPcopy Index your code
hub / github.com/numpy/numpy / ischaracter

Function ischaracter

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

Source from the content-addressed store, hash-verified

80
81
82def ischaracter(var):
83 return ischaracter_or_characterarray(var) and not isarray(var)
84
85
86def ischaracterarray(var):

Callers 2

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…