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

Function get_kind

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

Source from the content-addressed store, hash-verified

131
132
133def get_kind(var):
134 try:
135 return var['kindselector']['*']
136 except KeyError:
137 try:
138 return var['kindselector']['kind']
139 except KeyError:
140 pass
141
142
143def isint1(var):

Callers 15

isint1Function · 0.85
islong_longFunction · 0.85
isunsigned_charFunction · 0.85
isunsigned_shortFunction · 0.85
isunsignedFunction · 0.85
isunsigned_long_longFunction · 0.85
isdoubleFunction · 0.85
islong_doubleFunction · 0.85
islong_complexFunction · 0.85
isint1arrayFunction · 0.85
isunsigned_chararrayFunction · 0.85
isunsigned_shortarrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…