Package conduit :: Package modules :: Module TestModule :: Class TestFactoryRemoval
[hide private]

Class TestFactoryRemoval

source code


Repeatedly add/remove a DP/Category to stress test framework

Instance Methods [hide private]
 
__init__(self, **kwargs) source code
 
added(self) source code
 
removed(self) source code
 
quit(self)
Shutdown cleanup...
source code

Inherited from dataproviders.DataProvider.DataProviderFactory: emit_added, emit_removed, get_name, probe, save_configuration, setup_configuration_widget

Class Variables [hide private]

Inherited from dataproviders.DataProvider.DataProviderFactory: __gsignals__, _module_type_

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

source code 
Overrides: dataproviders.DataProvider.DataProviderFactory.__init__

quit(self)

source code 
Shutdown cleanup...
Overrides: dataproviders.DataProvider.DataProviderFactory.quit
(inherited documentation)