comments
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Mar 2013 17:48:45 +0000 (18:48 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Mar 2013 17:48:45 +0000 (18:48 +0100)
manifold/manifoldquery.py

index ca41887..ffd7c1f 100644 (file)
@@ -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 = {}