Home | History | Annotate | Download | only in ctypes

Lines Matching refs:_type_

149         # Most _type_ codes are the same as used in struct
150 typecode = typ._type_
157 _type_ = "O"
166 _type_ = "h"
170 _type_ = "H"
174 _type_ = "l"
178 _type_ = "L"
187 _type_ = "i"
191 _type_ = "I"
195 _type_ = "f"
199 _type_ = "d"
203 _type_ = "g"
213 _type_ = "q"
217 _type_ = "Q"
224 _type_ = "B"
231 _type_ = "b"
236 _type_ = "c"
241 _type_ = "z"
253 _type_ = "P"
258 _type_ = "?"
289 _type_ = "Z"
292 _type_ = "u"
404 _type_ = "l"