Package sabayon :: Package sources :: Module testsource :: Class TestDelegate
[hide private]
[frames] | no frames]

Class TestDelegate

source code


Instance Methods [hide private]
  __init__(self, source)
Construct a SourceDelegate object.
  handle_change(self, change)
Inspect a ProfileChange.

Inherited from userprofile.SourceDelegate: apply, commit_change, get_name, get_path_description, set_enforce_mandatory, start_monitoring, stop_monitoring, sync_changes


Method Details [hide private]

__init__(self, source)
(Constructor)

source code 
Construct a SourceDelegate object.
Overrides: userprofile.SourceDelegate.__init__
(inherited documentation)

handle_change(self, change)

source code 
Inspect a ProfileChange. Return #True if the change should not be passed on any further (i.e. #True == 'handled') and return #False if the change should be passed on unmodified.
Overrides: userprofile.SourceDelegate.handle_change
(inherited documentation)