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

Function isunsigned_shortarray

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

Source from the content-addressed store, hash-verified

223
224
225def isunsigned_shortarray(var):
226 return isarray(var) and var.get('typespec') in ['integer', 'logical']\
227 and get_kind(var) == '-2'
228
229
230def isunsignedarray(var):

Callers

nothing calls this directly

Calls 3

isarrayFunction · 0.85
get_kindFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…