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

Class LacksExit

Lib/test/test_unittest/test_async_case.py:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 async def __aexit__(self, *exc_info):
35 pass
36class LacksExit:
37 async def __aenter__(self):
38 pass
39
40
41VAR = contextvars.ContextVar('VAR', default=())

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…