From 1b09c4b310511def27e0cdfded6cbc545b10e055 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 20 Mar 2013 18:48:45 +0100 Subject: [PATCH] comments --- manifold/manifoldquery.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = {} -- 2.43.0