![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | error |
def | print_help |
def | print_lax_help |
An option parser that doesn't raise any errors on unknown options. This is needed because the --settings and --pythonpath options affect the commands (and thus the options) that are available to the user.
def google.appengine._internal.django.core.management.LaxOptionParser.print_help | ( | self | ) |
Output nothing. The lax options are included in the normal option parser, so under normal usage, we don't need to print the lax options.
def google.appengine._internal.django.core.management.LaxOptionParser.print_lax_help | ( | self | ) |
Output the basic options available to every command. This just redirects to the default print_help() behaviour.