class documentation

class _IsSubclassValidator(Validator): (source)

View In Hierarchy

A validator to check if the supplied setting value is a subclass of the default class

Method validate Undocumented
def validate(self, settings, *args, **kwargs): (source)

Undocumented