| Home | Trees | Index | Help |
|---|
| Package objects :: Module Header :: Class Processed |
|
object--+ |Header--+ | Processed
DescribableBase class for packets.
| Method Summary | |
|---|---|
__init__(self,
sequence)
| |
__process__(self,
data)
| |
| Inherited from Header | |
| |
Return a reconisable string. | |
Produce a string suitable to be send over the wire. | |
Processes the data of the packet. | |
Look at the packet type and morph this object into the correct type. (Class method) | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... | |
| Class Variable Summary | |
|---|---|
| Inherited from Header | |
dict |
mapping = {0: <class 'objects.OK.OK'>, 1: <class 'object...
|
int |
size = 16 |
str |
struct = '4sIII'
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 1 08:00:26 2010 | http://epydoc.sf.net |