MCPcopy Create free account
hub / github.com/FDio/vpp / flush

Method flush

test/run_tests.py:66–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self.put(msg)
65
66 def flush(self):
67 sys.__stdout__.flush()
68 sys.__stderr__.flush()
69
70 def fileno(self):
71 return self._writer.fileno()

Callers 4

show_progressFunction · 0.45
test_replaceMethod · 0.45
test_replaceMethod · 0.45
test_deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected