b0890b0e47
In protobuf "...enum values use C++ scoping rules, meaning that enum values are siblings of their type, not children of it. Therefore, [an enum variant] must be unique within [a message], not just within [the enum.]" So we must prefix enum variants with their enum's name, but can also call them directly from the message namespace. The protobuf crate is smart, though, and strips the prefixes. (Simultaneously change some SearchTerm variant names.) |
||
---|---|---|
.. | ||
aqt | ||
linux | ||
tests | ||
tools | ||
.isort.cfg | ||
.pylintrc | ||
bazelfixes.py | ||
BUILD.bazel | ||
mypy.ini | ||
README.md | ||
runanki.py |
Python's Qt GUI is in aqt/