Home
last modified time | relevance | path

Searched refs:serialized_annots (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dannotations.py48 def save_annots_to_epub(path, serialized_annots): argument
54serialized_annots = EPUB_FILE_TYPE_MAGIC + b'\n'.join(split_lines(as_base64_bytes(serialized_annot…
55 … safe_replace(zf, 'META-INF/calibre_bookmarks.txt', BytesIO(serialized_annots), add_missing=True)