mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -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 | ||
| anki2.py | ||
| apkg.py | ||
| base.py | ||
| csvfile.py | ||
| mnemo.py | ||
| noteimp.py | ||
| pauker.py | ||
| supermemo_xml.py | ||