Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ format_usage
Method
format_usage
Lib/optparse.py:241–242 ·
view source on GitHub ↗
(self, usage)
Source
from the content-addressed store, hash-verified
239
self.level -= 1
240
241
def
format_usage(self, usage):
242
raise
NotImplementedError(
"subclasses must implement"
)
243
244
def
format_heading(self, heading):
245
raise
NotImplementedError(
"subclasses must implement"
)
Callers
1
get_usage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected