aqt.stats#

Classes#

NewDeckStats

New deck stats.

DeckStats

Legacy deck stats, used by some add-ons.

Module Contents#

class aqt.stats.NewDeckStats(mw: aqt.main.AnkiQt)#

Bases: QDialog

New deck stats.

mw#
name = 'deckStats'#
period = 0#
form#
oldPos = None#
wholeCollection = False#
deck_chooser#
reject() None#
closeWithCallback(callback: collections.abc.Callable[[], None]) None#
on_deck_changed(deck_id: int) None#
saveImage() None#
changePeriod(n: Any) None#
changeScope(type: Any) None#
refresh() None#
class aqt.stats.DeckStats(mw: aqt.main.AnkiQt)#

Bases: QDialog

Legacy deck stats, used by some add-ons.

mw#
name = 'deckStats'#
period = 0#
form#
oldPos = None#
wholeCollection = False#
reject() None#
closeWithCallback(callback: collections.abc.Callable[[], None]) None#
saveImage() None#
changePeriod(n: int) None#
changeScope(type: str) None#
refresh() None#