MCPcopy Index your code
hub / github.com/python/cpython / add_options

Method add_options

Lib/optparse.py:1015–1017  ·  view source on GitHub ↗
(self, option_list)

Source from the content-addressed store, hash-verified

1013 return option
1014
1015 def add_options(self, option_list):
1016 for option in option_list:
1017 self.add_option(option)
1018
1019 # -- Option query/removal methods ----------------------------------
1020

Callers 1

_populate_option_listMethod · 0.80

Calls 1

add_optionMethod · 0.95

Tested by

no test coverage detected