Anki/pylib/anki
Damien Elmes 662eb53e6a switch to classes for hooks
This allows us to add a docstring to .append() so users can see
the names of the arguments that are being passed, and means we
don't have to remember to prepend run_ when calling a hook.
2020-01-14 08:54:07 +10:00
..
importing Merge remote-tracking branch 'upstream/master' into add-tags-on-update 2020-01-03 08:13:04 +02:00
.gitignore add buildhash to rspy and aqt, and check all three modules match 2020-01-03 15:15:18 +10:00
__init__.py bump minimum python version from 3.6 to 3.7 2020-01-07 18:34:36 +10:00
cards.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
collection.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
consts.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
db.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
decks.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
errors.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
exporting.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
find.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
hooks.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
hooks_gen.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
lang.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
latex.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
media.py drop pystache and move legacy code into separate file 2020-01-11 19:38:30 +10:00
models.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
notes.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
py.typed mark anki and aqt modules as having typing info 2020-01-13 13:03:37 +10:00
pybackend.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
rsbackend.py more template rendering tweaks 2020-01-12 21:34:07 +10:00
sched.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
schedv2.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
sound.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
stats.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
statsbg.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
stdmodels.py drop 'extra' from default cloze note type 2020-01-03 13:40:50 +10:00
storage.py add a partial Python implementation of the backend 2020-01-06 12:24:47 +10:00
sync.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
tags.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
template.py switch to classes for hooks 2020-01-14 08:54:07 +10:00
template_legacy.py drop pystache and move legacy code into separate file 2020-01-11 19:38:30 +10:00
types.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
utils.py add buildhash to rspy and aqt, and check all three modules match 2020-01-03 15:15:18 +10:00