Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentscope-ai/Trinity-RFT
/ close
Method
close
trinity/utils/monitor.py:66–67 ·
view source on GitHub ↗
Close the monitor
(self)
Source
from the content-addressed store, hash-verified
64
65
@abstractmethod
66
def
close(self) -> None:
67
""
"Close the monitor"
""
68
69
def
__del__(self) -> None:
70
self.close()
Callers
7
__del__
Method · 0.95
close
Method · 0.45
shutdown
Method · 0.45
shutdown
Method · 0.45
shutdown
Method · 0.45
_finalize
Method · 0.45
plot_confidence_interval
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected