This commit is contained in:
Kovid Goyal 2017-02-26 08:38:44 +05:30
parent c7de9d11e8
commit 9d64bbcc37

View File

@ -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.
''' '''