Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ clear_output
Method
clear_output
util/misc.py:307–309 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
305
self.clear_output()
306
307
def
clear_output(self) -> None:
308
self.output.clear()
309
self.ready = False
310
311
def
update(self, vars: dict, count: int = 1) -> None:
312
assert isinstance(vars, dict)
Callers
1
clear
Method · 0.95
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected