Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jtesta/ssh-audit
/ __str__
Method
__str__
src/ssh_audit/software.py:127–128 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
125
return
r
126
127
def
__str__(self) -> str:
128
return
self.display()
129
130
def
__repr__(self) -> str:
131
r =
'vendor={}, '
.format(self.vendor)
if
bool(self.vendor)
else
''
Callers
nothing calls this directly
Calls
1
display
Method · 0.95
Tested by
no test coverage detected