Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __exit__
Method
__exit__
Lib/test/test_unittest/test_runner.py:67–68 ·
view source on GitHub ↗
(self, *exc_info)
Source
from the content-addressed store, hash-verified
65
return
self.enter_result
66
67
def
__exit__(self, *exc_info):
68
self.ordering.append(
'exit'
)
69
70
71
class
LacksEnterAndExit:
Callers
1
test_blob_closed
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected