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

Function _ischaracter

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

Source from the content-addressed store, hash-verified

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

Callers 2

isstring_or_stringarrayFunction · 0.85

Calls 1

isexternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…