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

Method format_description

Lib/optparse.py:260–264  ·  view source on GitHub ↗
(self, description)

Source from the content-addressed store, hash-verified

258 subsequent_indent=indent)
259
260 def format_description(self, description):
261 if description:
262 return self._format_text(description) + "\n"
263 else:
264 return ""
265
266 def format_epilog(self, epilog):
267 if epilog:

Callers 2

format_descriptionMethod · 0.45
format_helpMethod · 0.45

Calls 1

_format_textMethod · 0.95

Tested by

no test coverage detected