Package conduit :: Package modules :: Package PhoneModule :: Module PhoneModule :: Class Test
[hide private]

Class Test

source code


Instance Methods [hide private]
 
__init__(self, address, *args)
All sync functionality should be provided by derived classes
source code
string
get_UID(self)
Returns a UID that represents this dataproviders (locally) unique state and configuration.
source code

Inherited from dataproviders.DataProvider.DataSource: add, get, get_all, get_changes, get_num_items

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

Class Variables [hide private]
  _name_ = "Test Phone"
  _description_ = "Test Phone"
  _module_type_ = "source"
  _configurable_ = False

Inherited from dataproviders.DataProvider.DataProviderBase: __gsignals__, _category_, _icon_, _in_type_, _out_type_

Method Details [hide private]

__init__(self, address, *args)
(Constructor)

source code 
All sync functionality should be provided by derived classes
Overrides: dataproviders.DataProvider.DataSource.__init__

get_UID(self)

source code 

Returns a UID that represents this dataproviders (locally) unique state and configuration. For example the LUID for a gmail dp may be your username and password.

Derived types MUST overwride this function
Returns: string
Overrides: dataproviders.DataProvider.DataProviderBase.get_UID
(inherited documentation)