mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-14 20:50:44 +01:00
602f1c7ecb
As in Python 3, functions are bound to a class when assigned to an attribute, lambda functions get two parameters, unless they are decorated with classmethod(). And there is no reason to ask plugin developpers use this decorator, while we avoid them doing this (more over, it is not obvious to debug if they forgot it).