Atlas  0.7.0
Networking protocol for the Worldforge system.
atlas.transport.file.File Class Reference

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
 

Detailed Description

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: