Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ format_description
Method
format_description
Lib/optparse.py:1054–1055 ·
view source on GitHub ↗
(self, formatter)
Source
from the content-addressed store, hash-verified
1052
return
""
.join(result)
1053
1054
def
format_description(self, formatter):
1055
return
formatter.format_description(self.get_description())
1056
1057
def
format_help(self, formatter):
1058
result = []
Callers
1
format_help
Method · 0.95
Calls
2
get_description
Method · 0.95
format_description
Method · 0.45
Tested by
no test coverage detected