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

Method sep

src/ssh_audit/outputbuffer.py:164–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

162 return self
163
164 def sep(self) -> 'OutputBuffer':
165 if not self.batch:
166 self._print('info')
167 return self
168
169 def v(self, s: str, write_now: bool = False) -> 'OutputBuffer':
170 '''Prints a message if verbose output is enabled.'''

Callers 10

test_outputbuffer_sepMethod · 0.95
usageFunction · 0.80
output_algorithmsFunction · 0.80
output_securityFunction · 0.80
output_fingerprintsFunction · 0.80
output_recommendationsFunction · 0.80
output_infoFunction · 0.80
outputFunction · 0.80
list_policiesFunction · 0.80
algorithm_lookupFunction · 0.80

Calls 1

_printMethod · 0.95

Tested by 1

test_outputbuffer_sepMethod · 0.76