Anki/pylib/anki/_backend
Damien Elmes 9ed13eee80 convert invariant assertions to if statements
The packaged builds of 2.1.50 use python -OO, which means our assertion
statements won't be run. This is not an issue for unit tests (as we
don't run them from a packaged build), or for type assertions (which are
added for mypy's benefit), but we do need to ensure that invariant checks
are still run.
2021-11-25 17:47:50 +10:00
..
__init__.py convert invariant assertions to if statements 2021-11-25 17:47:50 +10:00
BUILD.bazel vendor stringcase 2021-10-22 08:56:44 +10:00
fluent.py rework translation handling 2021-03-26 09:41:32 +10:00
genbackend.py Enable invalid-name globally in pylib (#1454) 2021-10-25 19:10:56 +10:00
generated.py start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
genfluent.py Enable invalid-name globally in pylib (#1454) 2021-10-25 19:10:56 +10:00
rsbridge.pyi rework backend codegen to support multiple services; split out sched 2021-03-11 14:51:29 +10:00