Requested timeout for fetch() call has expired while iterating results.
def google.appengine.api.logservice.logservice.TimeoutError.last_end_time |
( |
|
self | ) |
|
End time of the last request examined prior to the timeout, or None.
Returns:
A float representing the completion time in seconds since the Unix
epoch of the last request examined.
def google.appengine.api.logservice.logservice.TimeoutError.offset |
( |
|
self | ) |
|
Binary offset indicating the current position in the result stream.
May be submitted to future Log read requests to continue iterating logs
starting exactly where this iterator left off.
Returns:
A byte string representing an offset into the log stream, or None.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/api/logservice/logservice.py