App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.api.dispatchinfo.DispatchEntryURLValidator Class Reference
Inheritance diagram for google.appengine.api.dispatchinfo.DispatchEntryURLValidator:
google.appengine.api.validation.Validator

Public Member Functions

def Validate
 
- Public Member Functions inherited from google.appengine.api.validation.Validator
def __init__
 
def __call__
 
def Validate
 
def ToValue
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.api.validation.Validator
 default
 
- Static Public Attributes inherited from google.appengine.api.validation.Validator
 expected_type = object
 

Detailed Description

Validater for URL patterns.

Member Function Documentation

def google.appengine.api.dispatchinfo.DispatchEntryURLValidator.Validate (   self,
  value,
  unused_key = None 
)
Validates an URL pattern.

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