Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_description
Method
set_description
Lib/optparse.py:942–943 ·
view source on GitHub ↗
(self, description)
Source
from the content-addressed store, hash-verified
940
self.conflict_handler = handler
941
942
def
set_description(self, description):
943
self.description = description
944
945
def
get_description(self):
946
return
self.description
Callers
2
__init__
Method · 0.95
test_help_description_groups
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_help_description_groups
Method · 0.64