mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Anki is a smart spaced repetition flashcard program
![]() When you call operations like deleteCards(), suspendCards() and so on, it is now necessary to call deck.reset() afterwards. This allows the calling code to delay a reset if necessary. If the calling code calls a function that says the caller must reset, the caller should be sure to call .reset() and fetch the current card again. Failure to do the latter will result in answerCard() attempting to remove the card from the queue, when the queue has been cleared. |
||
---|---|---|
anki | ||
tests | ||
tools | ||
.gitignore | ||
ChangeLog.old | ||
COPYING | ||
ez_setup.py | ||
setup.cfg | ||
setup.py |