cctools
|
Public Member Functions | |
def | contents (self) |
Return the contents of a file object as a string. More... | |
def | __len__ (self) |
Return the size of a file object, in bytes. More... | |
TaskVine File Object.
The superclass of all TaskVine file types.
def ndcctools.taskvine.file.File.contents | ( | self | ) |
Return the contents of a file object as a string.
Typically used to return the contents of an output buffer.
self | A file object. |
def ndcctools.taskvine.file.File.__len__ | ( | self | ) |
Return the size of a file object, in bytes.
self | A file object. |