f3fa9daae2
Because the logic is in rename_tag() now, it means we create a checkpoint even if the tag is orphaned. This is because currently checkpointing is a GUI responsibility. In the future we need to introduce multi-level undo, and should move responsibility for managing it to the backend. |
||
---|---|---|
.. | ||
anki | ||
rsbridge | ||
tests | ||
tools | ||
.gitignore | ||
.isort.cfg | ||
.pylintrc | ||
BUILD.bazel | ||
mypy.ini | ||
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.