Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
def
isinteger(var):
129
return
isscalar(var) and var.get(
'typespec'
) ==
'integer'
130
131
132
def
isreal(var):
Callers
nothing calls this directly
Calls
2
isscalar
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected