Package django :: Package core :: Module management :: Class DjangoOptionParser
[show private | hide private]
[frames | no frames]

Class DjangoOptionParser

OptionContainer --+    
                  |    
       OptionParser --+
                      |
                     DjangoOptionParser


Method Summary
  print_usage_and_exit(self)
    Inherited from OptionParser
  __init__(self, usage, option_list, option_class, version, conflict_handler, description, formatter, add_help_option, prog, epilog)
  add_option_group(self, *args, **kwargs)
  check_values(self, values, args)
check_values(values : Values, args : [string]) -> (values : Values, args : [string])
  destroy(self)
Declare that you are done with this OptionParser.
  disable_interspersed_args(self)
  enable_interspersed_args(self)
  error(self, msg)
error(msg : string)
  exit(self, status, msg)
  expand_prog_name(self, s)
  format_epilog(self, formatter)
  format_help(self, formatter)
  format_option_help(self, formatter)
  get_default_values(self)
  get_description(self)
  get_option_group(self, opt_str)
  get_prog_name(self)
  get_usage(self)
  get_version(self)
  parse_args(self, args, values)
parse_args(args : [string] = sys.argv[1:], values : Values = None) -> (values : Values, args : [string]) Parse the command-line options found in 'args' (default: sys.argv[1:]).
  print_help(self, file)
print_help(file : file = stdout)
  print_usage(self, file)
print_usage(file : file = stdout)
  print_version(self, file)
print_version(file : file = stdout)
  set_default(self, dest, value)
  set_defaults(self, **kwargs)
  set_process_default_values(self, process)
  set_usage(self, usage)
    Inherited from OptionContainer
  add_option(self, *args, **kwargs)
add_option(Option) add_option(opt_str, ..., kwarg=val, ...)
  add_options(self, option_list)
  format_description(self, formatter)
  get_option(self, opt_str)
  has_option(self, opt_str)
  remove_option(self, opt_str)
  set_conflict_handler(self, handler)
  set_description(self, description)

Class Variable Summary
    Inherited from OptionParser
list standard_option_list = []

Generated by Epydoc 2.1 on Tue Oct 16 16:33:52 2007 http://epydoc.sf.net