class documentation

class _HasSharedParentClassValidator(Validator): (source)

View In Hierarchy

A validator to check that the parent of the default class is an ancestor of the settings value.

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

Undocumented