MCPcopy Create free account
hub / github.com/numpy/numpy / get_kind

Function get_kind

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

Source from the content-addressed store, hash-verified

134
135
136def get_kind(var):
137 try:
138 return var['kindselector']['*']
139 except KeyError:
140 try:
141 return var['kindselector']['kind']
142 except KeyError:
143 pass
144
145
146def 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