MCPcopy Index your code
hub / github.com/python/cpython / format_heading

Method format_heading

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

Source from the content-addressed store, hash-verified

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

Callers 2

format_helpMethod · 0.45
format_option_helpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected