MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / reset

Method reset

src/benchmark/leetcode.py:895–898  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

893 logger.error(f"[{self.name}] Failed to import LeetCodeDataset")
894
895 async def reset(self) -> Optional[Task]:
896 self._index = 0
897 self._tasks = []
898 return await self.step()
899
900 async def step(self) -> Optional[Task]:
901 if self._index >= len(self._data_records):

Callers

nothing calls this directly

Calls 1

stepMethod · 0.95

Tested by

no test coverage detected