Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _create_option_list
Method
_create_option_list
Lib/optparse.py:1074–1076 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1072
self.title = title
1073
1074
def
_create_option_list(self):
1075
self.option_list = []
1076
self._share_option_mappings(self.parser)
1077
1078
def
set_title(self, title):
1079
self.title = title
Callers
1
__init__
Method · 0.45
Calls
1
_share_option_mappings
Method · 0.80
Tested by
no test coverage detected