MCPcopy 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
taskMethod · 0.45
test__countMethod · 0.45
test_join_from_selfMethod · 0.45
self_joinerMethod · 0.45
joinerMethod · 0.45
enterMethod · 0.45
task2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected