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

Function _isstring

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isexternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…