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

Function isint1

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

Source from the content-addressed store, hash-verified

144
145
146def isint1(var):
147 return var.get('typespec') == 'integer' \
148 and get_kind(var) == '1' and not isarray(var)
149
150
151def islong_long(var):

Callers

nothing calls this directly

Calls 3

get_kindFunction · 0.85
isarrayFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected