![]() |
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 | GetYaml |
def | SanitizeForYaml |
def | TranslateBasicEntries |
def | TranslateAutomaticScaling |
def | TranslateBasicScaling |
def | TranslateManualScaling |
def | TranslatePrecompilationEnabled |
def | TranslateAdminConsolePages |
def | TranslateApiConfig |
def | TranslateApiVersion |
def | TranslatePagespeed |
def | TranslateVmSettings |
def | TranslateInboundServices |
def | TranslateErrorHandlers |
def | ErrorHandlerPath |
def | TranslateHandlers |
def | VerifyRequiredEntriesPresent |
Public Attributes | |
app_engine_web_xml | |
web_xml | |
static_files | |
api_version | |
Object that contains relevant information for generating app.yaml. Attributes: app_engine_web_xml: AppEngineWebXml object containing relevant information from appengine-web.xml
def google.appengine.tools.yaml_translator.AppYamlTranslator.ErrorHandlerPath | ( | self, | |
error_handler | |||
) |
Returns the relative path name for the given error handler. Args: error_handler: an app_engine_web_xml.ErrorHandler. Returns: the relative path name for the handler. Raises: AppEngineConfigException: if the named file is not an existing static file.
def google.appengine.tools.yaml_translator.AppYamlTranslator.GetYaml | ( | self | ) |
Returns full yaml text.
def google.appengine.tools.yaml_translator.AppYamlTranslator.TranslateAutomaticScaling | ( | self | ) |
Translates automatic scaling settings to yaml.
def google.appengine.tools.yaml_translator.AppYamlTranslator.TranslateBasicEntries | ( | self | ) |
Produces yaml for entries requiring little formatting.
def google.appengine.tools.yaml_translator.AppYamlTranslator.TranslateErrorHandlers | ( | self | ) |
Translates error handlers specified in appengine-web.xml to yaml.
def google.appengine.tools.yaml_translator.AppYamlTranslator.TranslatePagespeed | ( | self | ) |
Translates pagespeed settings in appengine-web.xml to yaml.
def google.appengine.tools.yaml_translator.AppYamlTranslator.TranslateVmSettings | ( | self | ) |
Translates VM settings in appengine-web.xml to yaml.