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

Function isunsigned_chararray

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

Source from the content-addressed store, hash-verified

221
222
223def isunsigned_chararray(var):
224 return isarray(var) and var.get('typespec') in ['integer', 'logical']\
225 and get_kind(var) == '-1'
226
227
228def isunsigned_shortarray(var):

Callers

nothing calls this directly

Calls 3

isarrayFunction · 0.85
get_kindFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected