MCPcopy 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_getbufferMethod · 0.45
test_getbuffer_emptyMethod · 0.45
__buffer__Method · 0.45
recvMethod · 0.45
_recv_bytesMethod · 0.45
_get_more_dataMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected