Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LangGraph-GUI/LangGraph-GUI-backend
/ close
Method
close
src/ServerTee.py:58–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
self.file.flush()
57
58
def
close(self):
59
with
self.lock:
60
self.flush()
61
sys.stdout = self.stdout
# restore original stdout
62
self.file.close()
63
64
# -------------------
65
# Subscriber methods
Callers
nothing calls this directly
Calls
1
flush
Method · 0.95
Tested by
no test coverage detected