Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ format_epilog
Method
format_epilog
Lib/optparse.py:1614–1615 ·
view source on GitHub ↗
(self, formatter)
Source
from the content-addressed store, hash-verified
1612
return
""
.join(result[:-1])
1613
1614
def
format_epilog(self, formatter):
1615
return
formatter.format_epilog(self.epilog)
1616
1617
def
format_help(self, formatter=None):
1618
if
formatter is None:
Callers
1
format_help
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected