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

Function isunsigned_char

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

Source from the content-addressed store, hash-verified

154
155
156def isunsigned_char(var):
157 if not isscalar(var):
158 return 0
159 if var.get('typespec') != 'integer':
160 return 0
161 return get_kind(var) == '-1'
162
163
164def isunsigned_short(var):

Callers

nothing calls this directly

Calls 3

get_kindFunction · 0.85
isscalarFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…