Closed Jaymon closed 3 years ago
I should add a method like this to Query:
def filter(self, callback): self.ifilter = callback return self
Then it will pass the ifilter to the iterator
ifilter
I should add a method like this to Query:
Then it will pass the
ifilter
to the iterator