Anki/pylib
llama ccab18b7ba
Modify card rendering output to specify if rendered card is empty (#3890)
* modify render_card to return whether card was empty

* plumbing

* add flag to proto message

* plumbing: pass flag along to PartiallyRenderedCard

* add tests

* Use a custom return type for clarity (dae)
2025-03-31 17:51:28 +07:00
..
anki Modify card rendering output to specify if rendered card is empty (#3890) 2025-03-31 17:51:28 +07:00
rsbridge Bump Rust to 1.84 2025-01-26 18:51:21 +11:00
tests Return a copy of note type in ModelManager.get() (#3865) 2025-03-26 15:11:34 +10:00
tools Improve exception handling (#3290) 2024-08-04 20:51:13 +07:00
.gitignore symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00

Anki's Python library code is in anki/.

The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.