|
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) |
|
|
| name |
|
| fp |
|
| mode |
|
| objects |
|
| bridge |
|
| codec_id |
|
| other_negotiation |
|
client for reading/writing files: currently only read support
Definition at line 28 of file file.py.
The documentation for this class was generated from the following file: