| Home | Trees | Index | Help |
|---|
| Package tp :: Package netlib :: Package objects :: Package OrderExtra :: Module NOp :: Class NOp |
|
object--+ |Header--+ |Processed--+ |Describable--+ |Order--+ | NOp
A do no nothing order.
| Method Summary | |
|---|---|
__init__(self,
sequence,
id,
slot,
type,
turns,
resources,
wait,
maximum)
| |
Produce a string suitable to be send over the wire. | |
| Inherited from Order | |
Return a reconisable string. | |
| Inherited from Describable | |
| |
| Inherited from Header | |
| |
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 | |
|---|---|
list |
names = [('wait', 1)]
|
str |
substruct = 'Ij'
|
int |
subtype = 0 |
str |
wait__doc__ = 'Number of turns to wait for.'
|
| Inherited from Order | |
int |
no = 11 |
str |
struct = 'IjIj [II]'
|
| Inherited from Header | |
dict |
mapping = {0: <class 'objects.OK.OK'>, 1: <class 'object...
|
int |
size = 16 |
| Instance Method Details |
|---|
__str__(self)
|
| Class Variable Details |
|---|
names
|
substruct
|
subtype
|
wait__doc__
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 1 08:00:26 2010 | http://epydoc.sf.net |