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

Method _run

trinity/buffer/viewer.py:40–41  ·  view source on GitHub ↗
(self, coro)

Source from the content-addressed store, hash-verified

38 return asyncio.run_coroutine_threadsafe(coro, self._loop)
39
40 def _run(self, coro):
41 return self._submit(coro).result()
42
43 def close(self):
44 if self._closed:

Callers 4

__init__Method · 0.95
closeMethod · 0.95
queryMethod · 0.95
countMethod · 0.95

Calls 1

_submitMethod · 0.95

Tested by

no test coverage detected