mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
This was the behaviour before, but got lost when ._reset_counts() was added. Also added the check back to schedv2:fillRev(), which also appears to have gotten lost in the move to ._reset_counts() Just a stop-gap fix until this code can get a proper rewrite. |
||
|---|---|---|
| .. | ||
| anki | ||
| rsbridge | ||
| tests | ||
| tools | ||
| .gitignore | ||
| .isort.cfg | ||
| .pylintrc | ||
| BUILD.bazel | ||
| mypy.ini | ||
| orjson.bzl | ||
| protobuf.bzl | ||
| README.md | ||
Anki's Python library code is in anki/.
The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.