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

Class TestWebTwoWay

source code


Instance Methods [hide private]
 
__init__(self, *args) source code
 
configure(self, window) source code
 
_login(self) source code
 
refresh(self)
Performs any (conduit.logging in, etc) which must be undertaken on the dataprovider prior to calling get_all().
source code

Inherited from TestSource: add, finish, get, get_all

Inherited from _TestBase: get_UID, get_configuration, initialize

Inherited from _TestBase (private): _change_detected

Inherited from dataproviders.DataProvider.DataProviderBase: emit, emit_change_detected, get_configuration_xml, get_input_conversion_args, get_input_type, get_name, get_output_conversion_args, get_output_type, get_status, is_busy, is_configured, set_configuration, set_configuration_xml, set_status, uninitialize

Inherited from dataproviders.DataProvider.DataSource: get_changes, get_num_items

Inherited from TestSink: put

Inherited from dataproviders.DataProvider.DataSink: delete

Class Variables [hide private]
  _name_ = "Test Web"
  _description_ = "Launches Web Browser"
  _category_ = DataProviderCategory.DataProviderCategory("Test")
  _module_type_ = "twoway"
  _in_type_ = "test_type"
  _out_type_ = "test_type"
  _icon_ = "applications-internet"
  _configurable_ = True

Inherited from TestSource: DEFAULT_NUM_DATA

Inherited from dataproviders.DataProvider.DataProviderBase: __gsignals__

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 
Overrides: TestTwoWay.__init__

configure(self, window)

source code 
Overrides: _TestBase.configure

refresh(self)

source code 

Performs any (conduit.logging in, etc) which must be undertaken on the dataprovider prior to calling get_all(). Should gather all information so a subsequent call to get_all() can return the uids of all the data this dataprovider holds

This function may be called multiple times so derived classes should be aware of this.

Derived classes should call this function to ensure the dataprovider status is updated.
Overrides: TestSource.refresh