X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldquery.py;h=ffd7c1f1cbaf6cb9512f53745a3ad9be6be428dd;hb=1b09c4b310511def27e0cdfded6cbc545b10e055;hp=ca418878bb3e2d5b8de41f9f09360b321a58372c;hpb=a53c940d2f5e1473627beaba542963c2834c6eb9;p=myslice.git diff --git a/manifold/manifoldquery.py b/manifold/manifoldquery.py index ca418878..ffd7c1f1 100644 --- a/manifold/manifoldquery.py +++ b/manifold/manifoldquery.py @@ -18,10 +18,12 @@ class ManifoldQuery: self.filters=filters self.params=params self.fields=fields + # xxx this is unused for now self.sort=sort self.limit=limit self.offset=offset - # internal data + # internal data - likewise, this is unused as of yet, although we have + # (untested) code below in analyze_subqueries to compute these.. self.analyzed_query=None self.subqueries = {}