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

Method flush

test/conftest.py:20–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 sys.stdout = self.__out
19
20 def flush(self):
21 lines = self.__out.getvalue().splitlines()
22 sys.stdout = self.__old_stdout
23 self.__out = None
24 return lines
25
26
27@pytest.fixture(scope='module')

Calls

no outgoing calls

Tested by

no test coverage detected