MCPcopy Index your code
hub / github.com/RustPython/RustPython / release

Method release

Lib/test/test_memoryview.py:682–685  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

680 # cases raise an exception.
681 size = 128
682 def release():
683 m.release()
684 nonlocal ba
685 ba = bytearray(size)
686 class MyIndex:
687 def __index__(self):
688 release()

Callers 15

taskMethod · 0.45
test__countMethod · 0.45
enterMethod · 0.45
task2Method · 0.45
test_releaseMethod · 0.45
delay_unlockMethod · 0.45
test_multiple_acquireMethod · 0.45
test_socket.pyFile · 0.45
test_releaseMethod · 0.45
test_raw_releasedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected