Package pyperry :: Package adapter :: Module bertrpc_adapter :: Class BERTRPC
[frames] | no frames]

Class BERTRPC

source code

                      object --+    
                               |    
abstract_adapter.AbstractAdapter --+
                                   |
                                  BERTRPC

Adapter for accesing data over BERTRPC

Takes these configuration keywords:

Instance Methods
 
read(self, **kwargs)
Read from the datastore with the provided options
source code

Inherited from abstract_adapter.AbstractAdapter: __call__, __init__, delete, execute, reset, write

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from abstract_adapter.AbstractAdapter: adapter_types

Properties
  service

Inherited from abstract_adapter.AbstractAdapter: stack

Inherited from object: __class__

Method Details

read(self, **kwargs)

source code 

Read from the datastore with the provided options

Overrides: abstract_adapter.AbstractAdapter.read
(inherited documentation)

Property Details

service

Get Method:
unreachable.service(self)