![]() |
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 | start |
def | quit |
![]() | |
def | __init__ |
def | start |
def | quit |
def | host |
def | port |
def | set_app |
def | set_error |
def | ready |
Additional Inherited Members | |
![]() | |
bind_addr | |
Serves an administrative UI for the application over HTTP.
def google.appengine.tools.devappserver2.admin.admin_server.AdminServer.__init__ | ( | self, | |
host, | |||
port, | |||
dispatch, | |||
configuration, | |||
xsrf_token_path | |||
) |
Initializer for AdminServer. Args: host: A string containing the name of the host that the server should bind to e.g. "localhost". port: An int containing the port that the server should bind to e.g. 80. dispatch: A dispatcher.Dispatcher instance used to route requests and provide state about running servers. configuration: An application_configuration.ApplicationConfiguration instance containing the configuration for the application. xsrf_token_path: A string containing the path to a file that contains the XSRF configuration for the admin UI.
def google.appengine.tools.devappserver2.admin.admin_server.AdminServer.quit | ( | self | ) |
Quits the AdminServer.
def google.appengine.tools.devappserver2.admin.admin_server.AdminServer.start | ( | self | ) |
Start the AdminServer.