class documentation

class Query(object): (source)

View In Hierarchy

This class wraps a query as typed by the user. It parses the query into a tree of QueryGroup and QueryTerm objects. The 'root' attribute contains the top of the tree, while the 'string' attribute contains the original query.
Method __init__ Undocumented
Instance Variable find_input Undocumented
Instance Variable root Undocumented
Instance Variable string Undocumented
Method _generate_find_input Undocumented
Method _parse_query Undocumented
Method _walk_text_content Undocumented
def __init__(self, string): (source)

Undocumented

find_input = (source)

Undocumented

root = (source)

Undocumented

string = (source)

Undocumented

def _generate_find_input(self): (source)

Undocumented

def _parse_query(self, string): (source)

Undocumented

def _walk_text_content(self, group): (source)

Undocumented