Package objects :: Module Description :: Class Describable
[show private | hide private]
[frames | no frames]

Type Describable

object --+        
         |        
    Header --+    
             |    
     Processed --+
                 |
                Describable

Known Subclasses:
Object, Order

The Describable packet uses other packets to describe "extra" details
about the packet.

Method Summary
  __process__(self, data, **kw)
    Inherited from Processed
  __init__(self, sequence)
    Inherited from Header
  __eq__(self, other)
  __repr__(self)
Return a reconisable string.
  __str__(self)
Produce a string suitable to be send over the wire.
  data_set(self, data)
Processes the data of the packet.
  fromstr(cls, data)
Look at the packet type and morph this object into the correct type. (Class method)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...

Class Variable Summary
str substruct = ''
    Inherited from Header
dict mapping = {0: <class 'objects.OK.OK'>, 1: <class 'object...
int size = 16                                                                    
str struct = '4sIII'

Class Variable Details

substruct

Type:
str
Value:
''                                                                     

Generated by Epydoc 2.1 on Fri Jan 1 08:00:26 2010 http://epydoc.sf.net