54df350cda
* Enable registering of legacy attributes without... ... exact substitutes. (See diff for an example.) * Take new callable instead of old name ... ... so we can ensure existence * Require old names to be passed as key words This is a lot simpler, less error prone, and works for all kinds of old names, not only those which are proper camelcase. |
||
---|---|---|
.. | ||
anki | ||
rsbridge | ||
tests | ||
tools | ||
.gitignore | ||
.isort.cfg | ||
.pylintrc | ||
BUILD.bazel | ||
mypy.ini | ||
orjson.bzl | ||
protobuf.bzl | ||
README.md |
Anki's Python library code is in anki/.
The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.