Searched defs:_attrs_ (Results  1 – 1 of 1) sorted by relevance
| /external/python/cffi/cffi/ | 
| D | model.py | 86     _attrs_ = ()  variable in VoidType 103     _attrs_ = ('name',)  variable in PrimitiveType 179     _attrs_ = ('name',)  variable in UnknownIntegerType 193     _attrs_ = ('name', )  variable in UnknownFloatType 205     _attrs_ = ('args', 'result', 'ellipsis', 'abi')  variable in BaseFunctionType 262     _attrs_ = ('totype', 'quals')  variable in PointerType 285     _attrs_ = ('totype', 'name')  variable in NamedPointerType 294     _attrs_ = ('item', 'length')  variable in ArrayType 328     _attrs_ = ('name',)  variable in StructOrUnionOrEnum
  |