SearchResult

class SearchResult(group, tag)[source]

Holder for and manipulation of search results.

Methods

SearchResult.__init__(group, tag)

SearchResult.has_same_tags(other)

Checks if these two results have the same tags/groups by identity(not equality)

SearchResult.merge_and_result(other)

Returns a new result, with the combined tags/groups from this and other.

Attributes

SearchResult.__init__(group, tag)[source]
SearchResult.has_same_tags(other)[source]

Checks if these two results have the same tags/groups by identity(not equality)

SearchResult.merge_and_result(other)[source]

Returns a new result, with the combined tags/groups from this and other.