MCPcopy Create free account
hub / github.com/RustPython/RustPython / format_heading

Method format_heading

Lib/optparse.py:246–247  ·  view source on GitHub ↗
(self, heading)

Source from the content-addressed store, hash-verified

244 raise NotImplementedError("subclasses must implement")
245
246 def format_heading(self, heading):
247 raise NotImplementedError("subclasses must implement")
248
249 def _format_text(self, text):
250 """

Callers 2

format_helpMethod · 0.45
format_option_helpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected