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

Function isinteger

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

Source from the content-addressed store, hash-verified

126
127
128def isinteger(var):
129 return isscalar(var) and var.get('typespec') == 'integer'
130
131
132def isreal(var):

Callers

nothing calls this directly

Calls 2

isscalarFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected