Part of elisa.plugins.search.tests.test_search_metaresource View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
45 | Method | __init__ | Undocumented |
49 | Method | clean | Clean the component. |
53 | Method | __del__ | Undocumented |
Inherited from Searcher:
Line # | Kind | Name | Docs |
---|---|---|---|
57 | Method | search | Trigger a search for uri and fill the
result_model with the |
76 | Method | _query_provider | Internal helper method: query for the resource provider definded by the |
Inherited from Component (via Searcher):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
130 | Method | initialize | Initialize the component. |
This method is called when a component is not needed anymore to clean its state.
Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |