Module PluginManager :: Class PluginProxy
[hide private]
[frames] | no frames]

Class PluginProxy

source code

object --+
         |
        PluginProxy

Simple proxy class to encapsulate a Storage Connect plugin.

Instance Methods [hide private]
 
__init__(self, plugin_class)
Proxy class constructor.
source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
__get_functions__(self) source code
 
__get_methods__(self) source code
 
__get_dict__(self) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, plugin_class)
(Constructor)

source code 

Proxy class constructor.

Parameters:
  • plugin_class (IPlugin class) - Specific Storage Connect plugin class.
Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)