Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternLM/InternBootcamp
/ flush
Method
flush
internbootcamp/utils/tool_server/cli.py:80–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
self.file_obj.flush()
79
80
def
flush(self):
81
self.file_obj.flush()
82
83
sys.stdout = SanitizedWriter(log_file)
84
sys.stderr = SanitizedWriter(log_file)
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected