Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentscope-ai/Trinity-RFT
/ __init__
Method
__init__
tests/perf/resource_sampler_test.py:17–20 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15
16
class
FakeBackend:
17
def
__init__(self):
18
self.opened = False
19
self.closed = False
20
self.sample_index = itertools.count()
21
22
def
open(self):
23
self.opened = True
Callers
nothing calls this directly
Calls
1
count
Method · 0.45
Tested by
no test coverage detected