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

Method write

pythonFiles/visualstudio_py_testlauncher.py:57–62  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

55 return "utf8"
56
57 def write(self, value):
58 _channel.send_event("stdout" if self.is_stdout else "stderr", content=value)
59 if self.old_out:
60 self.old_out.write(value)
61 # flush immediately, else things go wonky and out of order
62 self.flush()
63
64 def isatty(self):
65 return True

Callers 15

writelinesMethod · 0.95
provide_symbolsFunction · 0.45
flattenTestResultsToFileFunction · 0.45
writeMethod · 0.45
shell_exec.pyFile · 0.45
getServerInfo.pyFile · 0.45
splitByPidFunction · 0.45
emitMessageMethod · 0.45

Calls 2

flushMethod · 0.95
send_eventMethod · 0.80

Tested by

no test coverage detected