Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ on_next
Method
on_next
src/execution/logging.py:78–79 ·
view source on GitHub ↗
(self, output)
Source
from the content-addressed store, hash-verified
76
self.close_callback()
77
78
def
on_next(self, output):
79
self.__log(output)
80
81
def
on_close(self):
82
self._close()
Callers
nothing calls this directly
Calls
1
__log
Method · 0.95
Tested by
no test coverage detected