Home | History | Annotate | Download | only in ctypes

Lines Matching refs:_type_

152         # Most _type_ codes are the same as used in struct
153 typecode = typ._type_
160 _type_ = "O"
169 _type_ = "h"
173 _type_ = "H"
177 _type_ = "l"
181 _type_ = "L"
190 _type_ = "i"
194 _type_ = "I"
198 _type_ = "f"
202 _type_ = "d"
206 _type_ = "g"
216 _type_ = "q"
220 _type_ = "Q"
227 _type_ = "B"
234 _type_ = "b"
239 _type_ = "c"
244 _type_ = "z"
256 _type_ = "P"
261 _type_ = "?"
292 _type_ = "Z"
295 _type_ = "u"
407 _type_ = "l"