![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | handle |
def | handle_noargs |
![]() | |
def | __init__ |
def | get_version |
def | usage |
def | create_parser |
def | print_help |
def | run_from_argv |
def | execute |
def | validate |
def | handle |
Static Public Attributes | |
string | args = '' |
![]() | |
tuple | option_list |
string | help = '' |
string | args = '' |
can_import_settings = True | |
requires_model_validation = True | |
output_transaction = False | |
Additional Inherited Members | |
![]() | |
style | |
stdout | |
stderr | |
A command which takes no arguments on the command line. Rather than implementing ``handle()``, subclasses must implement ``handle_noargs()``; ``handle()`` itself is overridden to ensure no arguments are passed to the command. Attempting to pass arguments will raise ``CommandError``.
def google.appengine._internal.django.core.management.base.NoArgsCommand.handle_noargs | ( | self, | |
options | |||
) |
Perform this command's actions.