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

Function isint1array

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

Source from the content-addressed store, hash-verified

213
214
215def isint1array(var):
216 return isarray(var) and var.get('typespec') == 'integer' \
217 and get_kind(var) == '1'
218
219
220def isunsigned_chararray(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…