Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/test/test_free_threading/test_io.py:70–72 ·
view source on GitHub ↗
(barrier, b, *ignore)
Source
from the content-addressed store, hash-verified
68
b.readinto(into)
69
70
def
close(barrier, b, *ignore):
71
barrier.wait()
72
b.close()
73
74
def
getvalue(barrier, b, *ignore):
75
barrier.wait()
Callers
5
drive_generator
Method · 0.45
closer
Method · 0.45
close_mmap
Method · 0.45
create_memoryview_from_mmap
Method · 0.45
test_racing_dbm_gnu
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected