MCPcopy
hub / github.com/jtesta/ssh-audit / warn

Method warn

src/ssh_audit/outputbuffer.py:152–154  ·  view source on GitHub ↗
(self, s: str, line_ended: bool = True)

Source from the content-addressed store, hash-verified

150 return self
151
152 def warn(self, s: str, line_ended: bool = True) -> 'OutputBuffer':
153 self._print('warn', s, line_ended)
154 return self
155
156 def info(self, s: str, line_ended: bool = True) -> 'OutputBuffer':
157 self._print('info', s, line_ended)

Callers 9

_runMethod · 0.80
output_fingerprintsFunction · 0.80
output_infoFunction · 0.80
outputFunction · 0.80
evaluate_policyFunction · 0.80
algorithm_lookupFunction · 0.80

Calls 1

_printMethod · 0.95

Tested by 3