| Home | Trees | Index | Help |
|---|
| Package tp :: Package netlib :: Package objects :: Module Header :: Class Processed |
|
object--+ |Header--+ | Processed
Account,
Board,
Category,
Component,
Connect,
Describable,
Description,
Design,
Fail,
Feature,
Feature_Get,
Game,
Games_Get,
GetIDSequence,
GetWithID,
GetWithIDandSlot,
IDSequence,
Login,
Message,
Object_GetID_ByPos,
OK,
Ping,
Player,
Property,
Redirect,
Resource,
Sequence,
TimeRemaining,
TimeRemaining_Get,
TurnFinishedBase 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 | |
int |
size = 16 |
str |
struct = '4sIII'
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 1 08:00:25 2010 | http://epydoc.sf.net |