MCPcopy
hub / github.com/pallets/click / format_message

Method format_message

src/click/exceptions.py:356–359  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

354 self.filename = filename
355
356 def format_message(self) -> str:
357 return _("Could not open file {filename!r}: {message}").format(
358 filename=self.ui_filename, message=self.message
359 )
360
361
362class Abort(RuntimeError):

Callers 2

showMethod · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected