Make ConfigEntry validate method instance instead of classmethod
The changes are motivated by the fact that validate() method located in the List class has to be an instance method (cause each List object holds the information about it's internal item type) and this is incompatible with the ConfigEntry interface which imposes a class method.
Loading
Please sign in to comment