6e954e82a5
- make sure we set flag in changes when config var changed - move current deck get/set into backend - set_config() now returns a bool indicating whether a change was made, so other operations can be gated off it - active decks generation is deferred until sched.reset() |
||
---|---|---|
.. | ||
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.