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

Function _ischaracter

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

Source from the content-addressed store, hash-verified

69
70
71def _ischaracter(var):
72 return 'typespec' in var and var['typespec'] == 'character' and \
73 not isexternal(var)
74
75
76def _isstring(var):

Callers 2

isstring_or_stringarrayFunction · 0.85

Calls 1

isexternalFunction · 0.85

Tested by

no test coverage detected