Atlas
0.7.0
Networking protocol for the Worldforge system.
|
Public Member Functions | |
def | encode1stream (self, object) |
def | encode1 (self, object) |
def | set_stream_mode (self, mode=1) |
def | __call__ (self, object) |
def | close (self) |
Public Attributes | |
stream_flag | |
stream_begin_sent | |
Static Public Attributes | |
string | begin_string = "<atlas>\n" |
string | middle_string = "\n" |
string | end_string = "\n</atlas>\n" |
string | empty_end_string = "<atlas/>\n" |
Definition at line 24 of file gen_xml.py.