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

Method set_title

Lib/optparse.py:1078–1079  ·  view source on GitHub ↗
(self, title)

Source from the content-addressed store, hash-verified

1076 self._share_option_mappings(self.parser)
1077
1078 def set_title(self, title):
1079 self.title = title
1080
1081 def destroy(self):
1082 """see OptionParser.destroy()."""

Callers 1

test_group_manipulateMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_group_manipulateMethod · 0.64