App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
google.appengine._internal.django.core.validators.RegexValidator Class Reference
Inheritance diagram for google.appengine._internal.django.core.validators.RegexValidator:
google.appengine._internal.django.core.validators.EmailValidator google.appengine._internal.django.core.validators.URLValidator

Public Member Functions

def __init__
 
def __call__
 

Public Attributes

 regex
 
 message
 
 code
 

Static Public Attributes

string regex = ''
 
tuple message = _(u'Enter a valid value.')
 
string code = 'invalid'
 

Member Function Documentation

def google.appengine._internal.django.core.validators.RegexValidator.__call__ (   self,
  value 
)
Validates that the input matches the regular expression.

The documentation for this class was generated from the following file: