Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isint1
Function
isint1
numpy/f2py/auxfuncs.py:143–145 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
141
142
143
def
isint1(var):
144
return
var.get(
'typespec'
) ==
'integer'
\
145
and get_kind(var) ==
'1'
and not isarray(var)
146
147
148
def
islong_long(var):
Callers
nothing calls this directly
Calls
3
get_kind
Function · 0.85
isarray
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…