Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Learning-and-Intelligent-Systems/proc3s
/ write
Method
write
eval_policy.py:26–28 ·
view source on GitHub ↗
(self, buf)
Source
from the content-addressed store, hash-verified
24
self.linebuf =
""
25
26
def
write(self, buf):
27
for
line in buf.rstrip().splitlines():
28
self.logger.log(self.log_level, line.rstrip())
29
30
def
flush(self):
31
pass
Callers
3
save_log
Function · 0.80
write_prompt
Function · 0.80
write
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected