MCPcopy Index your code
hub / github.com/python/cpython / LacksEnterAndExit

Class LacksEnterAndExit

Lib/test/test_unittest/test_async_case.py:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class LacksEnterAndExit:
32 pass
33class LacksEnter:
34 async def __aexit__(self, *exc_info):
35 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…