mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
c7de9d11e8
commit
9d64bbcc37
@ -1015,6 +1015,7 @@ class Container(ContainerBase): # {{{
|
|||||||
def commit(self, outpath=None, keep_parsed=False):
|
def commit(self, outpath=None, keep_parsed=False):
|
||||||
'''
|
'''
|
||||||
Commit all dirtied parsed objects to the filesystem and write out the ebook file at outpath.
|
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 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.
|
:param keep_parsed: If True the parsed representations of committed items are kept in the cache.
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user