Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ consume
Function
consume
tests/pipe_performance.py:39–41 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
37
38
39
def
consume(f):
40
while
f.read(ONE_MB_IN_BYTES):
41
gevent.sleep()
42
43
44
def
produce(f):
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected