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

Method _get_all_options

Lib/optparse.py:1290–1294  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1288 self.defaults.update(kwargs)
1289
1290 def _get_all_options(self):
1291 options = self.option_list[:]
1292 for group in self.option_groups:
1293 options.extend(group.option_list)
1294 return options
1295
1296 def get_default_values(self):
1297 if not self.process_default_values:

Callers 1

get_default_valuesMethod · 0.95

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected