Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ format_message
Method
format_message
src/click/exceptions.py:51–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
self.message = message
50
51
def
format_message(self) -> str:
52
return
self.message
53
54
def
__str__(self) -> str:
55
return
self.message
Callers
1
show
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected