Part of elisa.plugins.rhythmbox.rb_processor View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
40 | Method | initialize | Initialize the component. |
56 | Method | parse | Undocumented |
95 | Method | pre_process | Undocumented |
110 | Method | post_process | Undocumented |
49 | Method | _load_db | Undocumented |
Inherited from Component (via Processor):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
142 | Method | clean | Clean the component. |
Inherited from Loggable (via Processor, Component):
Line # | Kind | Name | Docs |
---|---|---|---|
81 | Method | __init__ | Undocumented |
This method is called by Component.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |