Type | Name | Default | Documentation |
---|---|---|---|
oid | the Object ID of the object to be exported | ||
PyObject | file | None | The file may be either a file-like object (an object with a write method) or a file name. If a file name is provided, then the corresponding file will be created, if necessary, and opened. If no file object is specified, then a temporary file will be created and used. The file used is returned. |