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

Function isstring_or_stringarray

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

Source from the content-addressed store, hash-verified

88
89
90def isstring_or_stringarray(var):
91 return _ischaracter(var) and 'charselector' in var
92
93
94def isstring(var):

Callers 3

getctypeFunction · 0.85
isstringFunction · 0.85
isstringarrayFunction · 0.85

Calls 1

_ischaracterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…