Package bw :: Package poseidon :: Module fileclient :: Class LocalFileClient
[frames] | no frames]

Class LocalFileClient

             object --+        
                      |        
oceanclient.OceanClient --+    
                          |    
                 FileClient --+
                              |
                             LocalFileClient

Instance Methods
 
__init__(self, fn, options)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
get_proxy(self)

Inherited from oceanclient.OceanClient: __contains__, __getitem__, __len__, __repr__, __setitem__, begin_transaction, close, commit, get, has_key, pack, process_options, put, read, rollback, setdefault, stats

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, fn, options)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

get_proxy(self)

 
Overrides: oceanclient.OceanClient.get_proxy