mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
![]() * refactor: fix type annotation * fix: properly check if argument is None Don't use Boolean expressions to implement a default value. * fix: ensure that 'model' is not None Don't use exceptions to control the flow. * refactor: simplify if-else construct |
||
---|---|---|
.. | ||
anki | ||
rsbridge | ||
tests | ||
tools | ||
.gitignore | ||
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.