Package conduit :: Module ModuleWrapper :: Class PendingDataproviderWrapper
[hide private]

Class PendingDataproviderWrapper

source code


Instance Methods [hide private]
 
__init__(self, key)
Initializes the ModuleWrapper with an uninstantiated class
source code
 
__str__(self) source code
 
get_key(self)
Returns a string in the form of classname:initarg0:initarg1:...
source code
 
set_configuration_xml(self, xmltext) source code
 
get_configuration_xml(self) source code

Inherited from ModuleWrapper: configure, get_UID, get_descriptive_icon, get_dnd_key, get_icon, get_input_type, get_name, get_output_type, instantiate_module, is_pending, set_dnd_key, set_name

Method Details [hide private]

__init__(self, key)
(Constructor)

source code 
Initializes the ModuleWrapper with an uninstantiated class
Overrides: ModuleWrapper.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: ModuleWrapper.__str__

get_key(self)

source code 

Returns a string in the form of classname:initarg0:initarg1:...

I suppose I could have used the builtin __getinitargs__ call used with pickle but requires less implementation detail on the part of the DP
Overrides: ModuleWrapper.get_key
(inherited documentation)

set_configuration_xml(self, xmltext)

source code 
Overrides: ModuleWrapper.set_configuration_xml

get_configuration_xml(self)

source code 
Overrides: ModuleWrapper.get_configuration_xml