Anki/pylib/anki/_backend
Damien Elmes dfe3c457e5 use top level defs for protobuf enum cases
While mypy can understand nested references like ConfigBool.Key.COLLAPSE_RECENT,
PyCharm doesn't understand the metaclass syntax, and shows the definitions
as invalid.
2021-02-05 19:26:13 +10:00
..
__init__.py use top level defs for protobuf enum cases 2021-02-05 19:26:13 +10:00
backend_pb2.pyi start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
BUILD.bazel move rsbridge into _backend 2021-01-31 18:55:45 +10:00
fluent_pb2.pyi start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
genbackend.py update to latest mypy_protobuf 2021-02-03 13:31:52 +10:00
generated.py start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00
rsbridge.pyi add some typehints, and remove some unused code 2021-01-31 20:56:21 +10:00