aqt.update#

Functions#

check_for_update(→ None)

prompt_to_update(→ None)

prompt_and_install_github_update(→ None)

get_latest_release_op(→ aqt.operations.QueryOp)

Module Contents#

aqt.update.check_for_update() None#
aqt.update.prompt_to_update(mw: aqt.AnkiQt, ver: str) None#
aqt.update.prompt_and_install_github_update(mw: aqt.AnkiQt, release: anki.collection.GithubRelease) None#
aqt.update.get_latest_release_op(parent: QWidget, include_prerelease: bool, on_success: Callable[[anki.collection.GithubRelease], None]) aqt.operations.QueryOp#