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

Function islong_long

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

Source from the content-addressed store, hash-verified

146
147
148def islong_long(var):
149 if not isscalar(var):
150 return 0
151 if var.get('typespec') not in ['integer', 'logical']:
152 return 0
153 return get_kind(var) == '8'
154
155
156def isunsigned_char(var):

Callers 1

islong_longfunctionFunction · 0.85

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…