MCPcopy 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
closeMethod · 0.45
shutdownMethod · 0.45
shutdownMethod · 0.45
shutdownMethod · 0.45
_finalizeMethod · 0.45
plot_confidence_intervalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected