App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine._internal.django.core.management.LaxOptionParser Class Reference
Inheritance diagram for google.appengine._internal.django.core.management.LaxOptionParser:

Public Member Functions

def error
 
def print_help
 
def print_lax_help
 

Detailed Description

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.

Member Function Documentation

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.

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