Python3.x optparse
Python 3 系 のoptparseに関する言語リファレンス情報をまとめたカテゴリです。
make_optionクラス
constant
function
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__setattr__
__sizeof__
__str__
__subclasshook__
_check_action
_check_callback
_check_choice
_check_const
_check_dest
_check_nargs
_check_opt_strings
_check_type
_set_attrs
_set_opt_strings
check_value
convert_value
get_opt_string
process
take_action
takes_value
IndentedHelpFormatterクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_format_text
dedent
expand_default
format_description
format_epilog
format_heading
format_option
format_option_strings
format_usage
indent
set_long_opt_delimiter
set_parser
set_short_opt_delimiter
store_option_strings
HelpFormatterクラス
constant
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_format_text
dedent
expand_default
format_description
format_epilog
format_heading
format_option
format_option_strings
format_usage
indent
set_long_opt_delimiter
set_parser
set_short_opt_delimiter
store_option_strings
Optionクラス
constant
function
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__setattr__
__sizeof__
__str__
__subclasshook__
_check_action
_check_callback
_check_choice
_check_const
_check_dest
_check_nargs
_check_opt_strings
_check_type
_set_attrs
_set_opt_strings
check_value
convert_value
get_opt_string
process
take_action
takes_value
OptionParserクラス
constant
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_add_help_option
_add_version_option
_check_conflict
_create_option_list
_create_option_mappings
_get_all_options
_get_args
_init_parsing_state
_match_long_opt
_populate_option_list
_process_args
_process_long_opt
_process_short_opts
_share_option_mappings
add_option
add_option_group
add_options
check_values
destroy
disable_interspersed_args
enable_interspersed_args
error
exit
expand_prog_name
format_description
format_epilog
format_help
format_option_help
get_default_values
get_description
get_option
get_option_group
get_prog_name
get_usage
get_version
has_option
parse_args
print_help
print_usage
print_version
remove_option
set_conflict_handler
set_default
set_defaults
set_description
set_process_default_values
set_usage
constant の一覧
Valuesクラス
function
AmbiguousOptionErrorクラス
BadOptionErrorクラス
OptionValueErrorクラス
OptParseErrorクラス
TitledHelpFormatterクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_format_text
dedent
expand_default
format_description
format_epilog
format_heading
format_option
format_option_strings
format_usage
indent
set_long_opt_delimiter
set_parser
set_short_opt_delimiter
store_option_strings
OptionConflictErrorクラス
OptionContainerクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_check_conflict
_create_option_mappings
_share_option_mappings
add_option
add_options
destroy
format_description
format_help
format_option_help
get_description
get_option
has_option
remove_option
set_conflict_handler
set_description
OptionErrorクラス
OptionGroupクラス
method
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_check_conflict
_create_option_list
_create_option_mappings
_share_option_mappings
add_option
add_options
destroy
format_description
format_help
format_option_help
get_description
get_option
has_option
remove_option
set_conflict_handler
set_description
set_title