Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ __str__
Method
__str__
keepercommander/error.py:37–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
self.command = command
36
37
def
__str__(self):
38
if
self.command:
39
return
f
'{self.command}: {self.message}'
40
else
:
41
return
super().__str__()
42
Callers
nothing calls this directly
Calls
1
__str__
Method · 0.45
Tested by
no test coverage detected