![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
def | handle_authorization |
![]() | |
def | __init__ |
def | match |
def | handle_authorization |
def | handle |
Abstract base class for subclasses serving static content.
def google.appengine.tools.devappserver2.static_files_handler.StaticContentHandler.__init__ | ( | self, | |
root_path, | |||
url_map, | |||
url_pattern | |||
) |
Initializer for StaticContentHandler. Args: root_path: A string containing the full path of the directory containing the application's app.yaml file. url_map: An appinfo.URLMap instance containing the configuration for this handler. url_pattern: A re.RegexObject that matches URLs that should be handled by this handler. It may also optionally bind groups.