Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValueCell-ai/valuecell
/ fake_sleep
Function
fake_sleep
python/valuecell/core/task/tests/test_executor.py:216–218 ·
view source on GitHub ↗
(duration)
Source
from the content-addressed store, hash-verified
214
sleeps: list[float] = []
215
216
async
def
fake_sleep(duration):
217
sleeps.append(duration)
218
return
None
219
220
monkeypatch.setattr(
"valuecell.core.task.executor.asyncio.sleep"
, fake_sleep)
221
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected