MCPcopy 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_generatorMethod · 0.45
closerMethod · 0.45
close_mmapMethod · 0.45
test_racing_dbm_gnuMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected