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

Function _isstring

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isexternalFunction · 0.85

Tested by

no test coverage detected