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.tools.old_dev_appserver.ReservedPathFilter Class Reference

Public Member Functions

def __init__
 
def ExcludePath
 

Public Attributes

 inbound_services
 

Static Public Attributes

dictionary reserved_paths
 

Detailed Description

Checks a path against a set of inbound_services.

Member Function Documentation

def google.appengine.tools.old_dev_appserver.ReservedPathFilter.ExcludePath (   self,
  path 
)
Check to see if this is a service url and matches inbound_services.

Member Data Documentation

dictionary google.appengine.tools.old_dev_appserver.ReservedPathFilter.reserved_paths
static
Initial value:
1 = {
2  '/_ah/channel/connect': 'channel_presence',
3  '/_ah/channel/disconnect': 'channel_presence'
4  }

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