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

Class DummyProgressBar

trinity/buffer/reader/file_reader.py:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class DummyProgressBar:
14 def __init__(self):
15 pass
16
17 def update(self, num: int):
18 pass
19
20 def close(self):
21 pass
22
23
24class _HFBatchReader:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected