Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ release
Method
release
Lib/test/test_memoryview.py:747–750 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
745
# cases raise an exception.
746
size = 128
747
def
release():
748
m.release()
749
nonlocal ba
750
ba = bytearray(size)
751
class
MyIndex:
752
def
__index__(self):
753
release()
Callers
15
__call__
Method · 0.45
task
Method · 0.45
test__count
Method · 0.45
test_joinable_not_joined
Method · 0.45
test_join_from_self
Method · 0.45
self_joiner
Method · 0.45
joiner
Method · 0.45
test_join_then_self_join
Method · 0.45
test_join_with_timeout
Method · 0.45
test_start_duplicate_handle
Method · 0.45
enter
Method · 0.45
task2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected