Example #1
0
 def from_self(self, *ent):
     return QueryClass.from_self(self._undeleted(), *ent)
 def from_self(self, *ent):
     return BaseQuery.from_self(self.private(), *ent)
Example #3
0
 def from_self(self, *ent):
     # override from_self() to automatically apply
     # the criterion too.   this works with count() and
     # others.
     return BaseQuery.from_self(self.private(), *ent)