From: David S. <ds...@fs...> - 2008-01-21 21:24:28
|
Michael Ströder <michael@...> writes: > Hmm, the argument 'sizelimit' should be rather used with the async > method search_ext(). You can start the search with search_ext() and > receive the partial results with result3() until this exception is raised. > Aha, like raising StopIteration in a generator. Thanks. |