|
Atlas 0.7.0
Networking protocol for the Worldforge system.
|
Public Member Functions | |
| def | __init__ (self, name, mode="r", codec_id=None) |
| def | send_string (self, str) |
| def | operation_received (self, op) |
| def | read_object (self) |
| def | write_object (self, obj) |
| def | check_negotiation_ok (self) |
| def | read_all_as_list (self) |
| def | read_all_as_dict (self) |
| def | read_and_analyse_all (self) |
| def | close (self) |
Public Attributes | |
| name | |
| fp | |
| mode | |
| objects | |
| bridge | |
| codec_id | |
| other_negotiation | |
client for reading/writing files: currently only read support
| def atlas.transport.file.File.__init__ | ( | self, | |
| name, | |||
mode = "r", |
|||
codec_id = None |
|||
| ) |
| def atlas.transport.file.File.operation_received | ( | self, | |
| op | |||
| ) |
Definition at line 52 of file file.py.
Referenced by atlas.transport.bridge.Bridge.log().
| def atlas.transport.file.File.send_string | ( | self, | |
| str | |||
| ) |
Definition at line 45 of file file.py.
Referenced by atlas.transport.bridge.Bridge.log().
| atlas.transport.file.File.mode |
Definition at line 33 of file file.py.
Referenced by atlas.codecs.bach.BachParser.__init__(), atlas.codecs.packed.PackedParser.__init__(), atlas.codecs.bach.BachParser.eos(), and atlas.codecs.packed.PackedParser.eos().
| atlas.transport.file.File.name |
Definition at line 31 of file file.py.
Referenced by atlas.codecs.bach.BachParser.eos().
| atlas.transport.file.File.objects |
Definition at line 34 of file file.py.
Referenced by atlas.codecs.parse_def.DefParser.check_type_object(), atlas.codecs.parse_def.DefParser.fill_id_dict(), and atlas.codecs.parse_def.DefParser.read_file().