Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_logging
Method · 0.95
Calls
2
_ensure_file_open
Method · 0.95
__log
Method · 0.95
Tested by
no test coverage detected