mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 06:37:12 -05:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| legacy.py | ||
| v1.py | ||
| v2.py | ||
| v3.py | ||