Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ LacksEnter
Class
LacksEnter
Lib/test/test_unittest/test_async_case.py:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
class
LacksEnterAndExit:
32
pass
33
class
LacksEnter:
34
async
def
__aexit__(self, *exc_info):
35
pass
36
class
LacksExit:
37
async
def
__aenter__(self):
38
pass
Callers
1
test_func
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_func
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…