Public Member Functions | |
| def | __init__ (self, filename, mediatype, content=None) |
Public Attributes | |
| mediatype | |
| filename | |
| content | |
just a record to bear a filename, a mediatype and a bytes content
Definition at line 99 of file opendocument.py.
| def odf.opendocument.OpaqueObject.__init__ | ( | self, | |
| filename, | |||
| mediatype, | |||
content = None |
|||
| ) |
the constructor
@param filename a unicode string
@param mediatype a unicode string
@param content a byte string or None
Definition at line 107 of file opendocument.py.
| odf.opendocument.OpaqueObject.content |
Definition at line 114 of file opendocument.py.
| odf.opendocument.OpaqueObject.filename |
Definition at line 113 of file opendocument.py.
| odf.opendocument.OpaqueObject.mediatype |
Definition at line 112 of file opendocument.py.