Class e.p.p.w.s.SearchResultNode(object):

Part of elisa.plugins.poblesec.widgets.search_results View In Hierarchy

A node in a list of search results for one given searcher.
Line # Kind Name Docs
50 Method __init__ Constructor.
def __init__(self, searcher, result_type, label, icon_resource, results):
Constructor.
Parameterssearcherthe searcher entry point (type: str )
result_typethe type of results of this category (type: str )
labelthe text label for this category of results (type: str )
icon_resourcethe icon resource for this category of results (type: str )
resultsthe list of results for this category (type: list of elisa.plugins.base.models.* )
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.