MCPcopy Index your code
hub / github.com/bugy/script-server / write_line

Method write_line

src/execution/logging.py:84–87  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

82 self._close()
83
84 def write_line(self, text):
85 self._ensure_file_open()
86
87 self.__log(text + os.linesep)
88
89 def set_close_callback(self, callback):
90 if self.close_callback is not None:

Callers 1

start_loggingMethod · 0.95

Calls 2

_ensure_file_openMethod · 0.95
__logMethod · 0.95

Tested by

no test coverage detected