aqt.operations.notetype#

Functions#

Module Contents#

aqt.operations.notetype.add_notetype_legacy(*, parent: aqt.qt.QWidget, notetype: anki.models.NotetypeDict) → aqt.operations.CollectionOp[anki.collection.OpChangesWithId]#
aqt.operations.notetype.update_notetype_legacy(*, parent: aqt.qt.QWidget, notetype: anki.models.NotetypeDict, skip_checks: bool = False) → aqt.operations.CollectionOp[anki.collection.OpChanges]#
aqt.operations.notetype.remove_notetype(*, parent: aqt.qt.QWidget, notetype_id: anki.models.NotetypeId) → aqt.operations.CollectionOp[anki.collection.OpChanges]#
aqt.operations.notetype.change_notetype_of_notes(*, parent: aqt.qt.QWidget, input: anki.models.ChangeNotetypeRequest) → aqt.operations.CollectionOp[anki.collection.OpChanges]#
aqt.operations.notetype.restore_notetype_to_stock(*, parent: aqt.qt.QWidget, notetype_id: anki.models.NotetypeId, force_kind: anki.stdmodels.StockNotetypeKind.V | None) → aqt.operations.CollectionOp[anki.collection.OpChanges]#