class documentation

class ProhibitNullCharactersValidator:

View In Hierarchy

Validate that the string doesn't contain the null character.
Instance Variable code Undocumented
Instance Variable message Undocumented
Method __call__ Undocumented
Method __eq__ Undocumented
Method __init__ Undocumented
code =

Undocumented

message =

Undocumented

def __call__(self, value):

Undocumented

def __eq__(self, other):

Undocumented

def __init__(self, message=None, code=None):

Undocumented