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

Method start

tests/explorer/rollout_coordinator_test.py:53–56  ·  view source on GitHub ↗

Mark the scheduler as started.

(self)

Source from the content-addressed store, hash-verified

51 self.get_statuses_calls = []
52
53 async def start(self):
54 """Mark the scheduler as started."""
55
56 self.started = True
57
58 async def stop(self):
59 """Mark the scheduler as stopped."""

Callers 10

start_serverMethod · 0.45
test_serveMethod · 0.45
test_queue_bufferMethod · 0.45
test_fully_async_modeMethod · 0.45
test_trainerMethod · 0.45
_start_processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected