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

Method format_epilog

Lib/optparse.py:266–270  ·  view source on GitHub ↗
(self, epilog)

Source from the content-addressed store, hash-verified

264 return ""
265
266 def format_epilog(self, epilog):
267 if epilog:
268 return "\n" + self._format_text(epilog) + "\n"
269 else:
270 return ""
271
272
273 def expand_default(self, option):

Callers

nothing calls this directly

Calls 1

_format_textMethod · 0.95

Tested by

no test coverage detected