bookish.edit package¶
Submodules¶
bookish.edit.checkpoints module¶
-
class
bookish.edit.checkpoints.Checkpoints(userid, store, cachestore, maxnum=10)¶ Bases:
object-
autosave(path, content)¶
-
checkpoints(path)¶
-
clean_checkpoints(path)¶
-
delete_checkpoints(path)¶
-
get_autosave(path, encoding='utf8')¶
-
get_checkpoint(path, checkpointid, encoding='utf8')¶
-
has_autosave(path)¶
-
has_autosave_after(path, dt)¶
-
load_checkpoint(path, checkpointid, encoding='utf8')¶
-
move_checkpoints(path, newpath)¶
-
save_checkpoint(path, content, encoding='utf8')¶
-
-
bookish.edit.checkpoints.drop_inline_diffs(diff)¶
-
bookish.edit.checkpoints.merge_files(a, x, b)¶