| Home | Trees | Index | Help |
|
|---|
| Package django :: Package core :: Module management :: Class DjangoOptionParser |
|
OptionContainer--+ |OptionParser--+ | DjangoOptionParser
| Method Summary | |
|---|---|
print_usage_and_exit(self)
| |
| Inherited from OptionParser | |
| |
| |
check_values(values : Values, args : [string]) -> (values : Values, args : [string]) | |
Declare that you are done with this OptionParser. | |
| |
| |
error(msg : string) | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
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(file : file = stdout) | |
print_usage(file : file = stdout) | |
print_version(file : file = stdout) | |
| |
| |
| |
| |
| Inherited from OptionContainer | |
add_option(Option) add_option(opt_str, ..., kwarg=val, ...) | |
| |
| |
| |
| |
| |
| |
| |
| Class Variable Summary | |
|---|---|
| Inherited from OptionParser | |
list |
standard_option_list = []
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Oct 16 16:33:52 2007 | http://epydoc.sf.net |