MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / __del__

Method __del__

trinity/utils/monitor.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 """Close the monitor"""
68
69 def __del__(self) -> None:
70 self.close()
71
72 @classmethod
73 def default_args(cls) -> Dict:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected