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

Function isunsigned_long_long

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

Source from the content-addressed store, hash-verified

178
179
180def isunsigned_long_long(var):
181 if not isscalar(var):
182 return 0
183 if var.get('typespec') != 'integer':
184 return 0
185 return get_kind(var) == '-8'
186
187
188def isdouble(var):

Callers

nothing calls this directly

Calls 3

get_kindFunction · 0.85
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…