Show More
@@ -234,7 +234,7 b' class BufferedGenerator():' | |||||
234 | Iterator might have done reading from underlying source, but the read |
|
234 | Iterator might have done reading from underlying source, but the read | |
235 | chunks might still be available for serving through .next() method. |
|
235 | chunks might still be available for serving through .next() method. | |
236 |
|
236 | |||
237 |
|
|
237 | :returns: An Event class instance. | |
238 | """ |
|
238 | """ | |
239 | return self.worker.EOF |
|
239 | return self.worker.EOF | |
240 |
|
240 | |||
@@ -245,7 +245,7 b' class BufferedGenerator():' | |||||
245 | Iterator might have done reading from underlying source, but the read |
|
245 | Iterator might have done reading from underlying source, but the read | |
246 | chunks might still be available for serving through .next() method. |
|
246 | chunks might still be available for serving through .next() method. | |
247 |
|
247 | |||
248 |
|
|
248 | :returns: An Bool value. | |
249 | """ |
|
249 | """ | |
250 | return self.worker.EOF.is_set() |
|
250 | return self.worker.EOF.is_set() | |
251 |
|
251 |
General Comments 0
You need to be logged in to leave comments.
Login now