OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | include (*what) |
def | exclude (*what) |
Commonly useful filters for `attr.asdict`.
def attr.filters.exclude | ( | * | what | ) |
Blacklist *what*. :param what: What to blacklist. :type what: `list` of classes or `attr.Attribute`\\ s. :rtype: `callable`
def attr.filters.include | ( | * | what | ) |
Whitelist *what*. :param what: What to whitelist. :type what: `list` of `type` or `attr.Attribute`\\ s :rtype: `callable`