mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 09:24:33 +01:00
...
This commit is contained in:
parent
c7de9d11e8
commit
9d64bbcc37
1 changed files with 1 additions and 0 deletions
|
|
@ -1015,6 +1015,7 @@ def open(self, name, mode='rb'):
|
|||
def commit(self, outpath=None, keep_parsed=False):
|
||||
'''
|
||||
Commit all dirtied parsed objects to the filesystem and write out the ebook file at outpath.
|
||||
|
||||
:param output: The path to write the saved ebook file to. If None, the path of the original book file is used.
|
||||
:param keep_parsed: If True the parsed representations of committed items are kept in the cache.
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in a new issue