A reader for records format.
def google.appengine.api.files.records.RecordsReader.read |
( |
|
self | ) |
|
Reads record from current position in reader.
def google.appengine.api.files.records.RecordsReader.seek |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Set the file's current position.
Arguments are passed directly to the underlying reader.
def google.appengine.api.files.records.RecordsReader.tell |
( |
|
self | ) |
|
Return file's current position.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/api/files/records.py