MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / flush

Method flush

pythonFiles/visualstudio_py_testlauncher.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self.buffer = _TestOutputBuffer(old_out.buffer, is_stdout)
44
45 def flush(self):
46 if self.old_out:
47 self.old_out.flush()
48
49 def writelines(self, lines):
50 for line in lines:

Callers 8

writeMethod · 0.95
provide_symbolsFunction · 0.45
flushMethod · 0.45
shell_exec.pyFile · 0.45
remoteDebugger.pyFile · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected