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