Public Member Functions | |
def | __call__ |
def | __init__ |
Public Attributes | |
pattern | |
statement | |
Definition at line 2 of file RegexValidator.py.
def RegexValidator.RegexValidator.__init__ | ( | self, | |
pattern, | |||
statement = None |
|||
) |
Definition at line 3 of file RegexValidator.py.
def RegexValidator.RegexValidator.__call__ | ( | self, | |
string | |||
) |
RegexValidator.RegexValidator.pattern |
Definition at line 4 of file RegexValidator.py.
RegexValidator.RegexValidator.statement |
Definition at line 5 of file RegexValidator.py.
Referenced by RegexValidator.RegexValidator.__call__().