Home
last modified time | relevance | path

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

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/db/
H A Dannotations.py96 def merge_annotations(annots, annots_map, merge_last_read=True): argument
109 existing = annots_map.get('last-read')
114 annots_map['last-read'] = [lr[0]]
117 a = annots_map.get(annot_type)
121 changed, annots_map[annot_type] = merge_annots_with_identical_field(a or [], b, field=field)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dannotations.py28 def annotations_as_copied_list(annots_map): argument
29 for atype, annots in iteritems(annots_map):