Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ do_finish
Method
do_finish
Lib/test/lock_tests.py:91–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
89
exceptions)
90
91
def
do_finish(self):
92
self._can_exit = True
93
94
95
class
BaseTestCase(unittest.TestCase):
Callers
1
test_different_thread
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected