Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ format_usage
Method
format_usage
tools/python-3.11.9-amd64/Lib/optparse.py:255–256 ·
view source on GitHub ↗
(self, usage)
Source
from the content-addressed store, hash-verified
253
self.level -= 1
254
255
def
format_usage(self, usage):
256
raise
NotImplementedError(
"subclasses must implement"
)
257
258
def
format_heading(self, heading):
259
raise
NotImplementedError(
"subclasses must implement"
)
Callers
1
get_usage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected