Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getbuffer
Method
getbuffer
Lib/test/test_free_threading/test_io.py:78–80 ·
view source on GitHub ↗
(barrier, b, *ignore)
Source
from the content-addressed store, hash-verified
76
b.getvalue()
77
78
def
getbuffer(barrier, b, *ignore):
79
barrier.wait()
80
b.getbuffer()
81
82
def
iter(barrier, b, *ignore):
83
barrier.wait()
Callers
7
test_getbuffer
Method · 0.45
test_getbuffer_empty
Method · 0.45
test_getbuffer_gc_collect
Method · 0.45
__buffer__
Method · 0.45
recv
Method · 0.45
_recv_bytes
Method · 0.45
_get_more_data
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected