RestrictDictValue

class ipkiss3.all.RestrictDictValue

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