mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* PEP8 dbproxy.py * PEP8 errors.py * PEP8 httpclient.py * PEP8 lang.py * PEP8 latex.py * Add decorator to deprectate key words * Make replacement for deprecated attribute optional * Use new helper `_print_replacement_warning()` * PEP8 media.py * PEP8 rsbackend.py * PEP8 sound.py * PEP8 stdmodels.py * PEP8 storage.py * PEP8 sync.py * PEP8 tags.py * PEP8 template.py * PEP8 types.py * Fix DeprecatedNamesMixinForModule The class methods need to be overridden with instance methods, so every module has its own dicts. * Use `# pylint: disable=invalid-name` instead of id * PEP8 utils.py * Only decorate `__getattr__` with `@no_type_check` * Fix mypy issue with snakecase Importing it from `anki._vendor` raises attribute errors. * Format * Remove inheritance of DeprecatedNamesMixin There's almost no shared code now and overriding classmethods with instance methods raises mypy issues. * Fix traceback frames of deprecation warnings * remove fn/TimedLog (dae) Neither Anki nor add-ons appear to have been using it * fix some issues with stringcase use (dae) - the wheel was depending on the PyPI version instead of our vendored version - _vendor:stringcase should not have been listed in the anki py_library. We already include the sources in py_srcs, and need to refer to them directly. By listing _vendor:stringcase as well, we were making a top-level stringcase library available, which would have only worked for distributing because the wheel definition was also incorrect. - mypy errors are what caused me to mistakenly add the above - they were because the type: ignore at the top of stringcase.py was causing mypy to completely ignore the file, so it was not aware of any attributes it contained. |
||
|---|---|---|
| .. | ||
| _backend | ||
| _vendor | ||
| importing | ||
| scheduler | ||
| syncserver | ||
| __init__.py | ||
| _legacy.py | ||
| backend_pb2.pyi | ||
| browser.py | ||
| BUILD.bazel | ||
| buildinfo.py | ||
| card_rendering_pb2.pyi | ||
| cards.py | ||
| cards_pb2.pyi | ||
| collection.py | ||
| collection_pb2.pyi | ||
| config.py | ||
| config_pb2.pyi | ||
| consts.py | ||
| db.py | ||
| dbproxy.py | ||
| deckconfig_pb2.pyi | ||
| decks.py | ||
| decks_pb2.pyi | ||
| errors.py | ||
| exporting.py | ||
| find.py | ||
| generic_pb2.pyi | ||
| hooks.py | ||
| hooks_gen.py | ||
| httpclient.py | ||
| i18n_pb2.pyi | ||
| lang.py | ||
| latex.py | ||
| links_pb2.pyi | ||
| media.py | ||
| media_pb2.pyi | ||
| models.py | ||
| notes.py | ||
| notes_pb2.pyi | ||
| notetypes_pb2.pyi | ||
| py.typed | ||
| rsbackend.py | ||
| scheduler_pb2.pyi | ||
| search_pb2.pyi | ||
| sound.py | ||
| stats.py | ||
| stats_pb2.pyi | ||
| statsbg.py | ||
| stdmodels.py | ||
| storage.py | ||
| sync.py | ||
| sync_pb2.pyi | ||
| tags.py | ||
| tags_pb2.pyi | ||
| template.py | ||
| types.py | ||
| utils.py | ||
| wheel_description.txt | ||