chiark / gitweb /
documentation/python: add implicit kwargs to all plugin hooks.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 24 Aug 2019 20:25:07 +0000 (22:25 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 25 Aug 2019 10:47:45 +0000 (12:47 +0200)
commit158f4363c5a599b003f5fd254a3cab3198e48514
tree38ab4e9dacffcf49bcc45a18c722d90b5c72c4d2
parentebde428d2cbb1c55669a66ae5f32d63a9c7fbd2d
documentation/python: add implicit kwargs to all plugin hooks.

So they are future-proofed when new arguments are added. Need also *args
because pelican passes things unnamed.
documentation/test_python/page_plugins/plugins/fancyline.py
plugins/m/math.py
plugins/m/plots.py