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

Function isinteger

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

Source from the content-addressed store, hash-verified

123
124
125def isinteger(var):
126 return isscalar(var) and var.get('typespec') == 'integer'
127
128
129def isreal(var):

Callers

nothing calls this directly

Calls 2

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…