MCPcopy Index your code
hub / github.com/RustPython/RustPython / format_epilog

Method format_epilog

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_format_textMethod · 0.95

Tested by

no test coverage detected