Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ format_epilog
Method
format_epilog
tools/python-3.11.9-amd64/Lib/optparse.py:1624–1625 ·
view source on GitHub ↗
(self, formatter)
Source
from the content-addressed store, hash-verified
1622
return
""
.join(result[:-1])
1623
1624
def
format_epilog(self, formatter):
1625
return
formatter.format_epilog(self.epilog)
1626
1627
def
format_help(self, formatter=None):
1628
if
formatter is None:
Callers
1
format_help
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected