MCPcopy 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

31class LacksEnterAndExit:
32 pass
33class LacksEnter:
34 async def __aexit__(self, *exc_info):
35 pass
36class LacksExit:
37 async def __aenter__(self):
38 pass

Callers 1

test_funcMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_funcMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…