Package PyKCS11 :: Class ckbytelist
[hide private]
[frames] | no frames]

Class ckbytelist

source code

LowLevel._object --+    
                   |    
 LowLevel.ckbytelist --+
                       |
                      ckbytelist

add a __repr__() method to the LowLevel equivalent

Instance Methods [hide private]
 
__init__(self, data=[]) source code
 
__repr__(self)
return the representation of a tuple the __str__ method will use it also
source code

Inherited from LowLevel.ckbytelist: __bool__, __delitem__, __delslice__, __getitem__, __getslice__, __iter__, __len__, __nonzero__, __setitem__, __setslice__, append, assign, back, begin, capacity, clear, empty, end, erase, front, get_allocator, insert, iterator, pop, pop_back, push_back, rbegin, rend, reserve, resize, size, swap

Class Variables [hide private]

Inherited from LowLevel.ckbytelist: __del__, __getattr__, __setattr__, __swig_destroy__, __swig_getmethods__, __swig_setmethods__

Method Details [hide private]

__init__(self, data=[])
(Constructor)

source code 
Overrides: LowLevel.ckbytelist.__init__

__repr__(self)
(Representation operator)

source code 

return the representation of a tuple the __str__ method will use it also

Overrides: LowLevel._swig_repr