Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isunsigned_long_long
Function
isunsigned_long_long
numpy/f2py/auxfuncs.py:183–188 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
181
182
183
def
isunsigned_long_long(var):
184
if
not isscalar(var):
185
return
0
186
if
var.get(
'typespec'
) !=
'integer'
:
187
return
0
188
return
get_kind(var) ==
'-8'
189
190
191
def
isdouble(var):
Callers
nothing calls this directly
Calls
3
get_kind
Function · 0.85
isscalar
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected