RestrictDictValue

class ipkiss3.all.RestrictDictValue(restriction)

Subject all values in a dictionary to a certain restriction

Parameters
restriction: Restriction

A function or callable that returns a bool to validate the passed value.

restriction
validate(value, obj=None)