Package Pyblio :: Module Registry :: Class AdapterRIP
[hide private]
[frames] | no frames]

Class AdapterRIP

source code

object --+    
         |    
       RIP --+
             |
            AdapterRIP

A special RIP that keeps the description of an Adapter.

Instance Methods [hide private]
 
__init__(self, schema, category, name, target) source code

Inherited from RIP: __call__, help

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, schema, category, name, target)
(Constructor)

source code 
Overrides: RIP.__init__