MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / event_loop

Function event_loop

tests/environments/test_environment.py:1152–1155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1150
1151@pytest_asyncio.fixture(scope='session')
1152def event_loop():
1153 loop = get_event_loop()
1154 yield loop
1155 loop.close()
1156
1157
1158@pytest_asyncio.fixture(scope='session', name='acb_base_env')

Callers

nothing calls this directly

Calls 2

get_event_loopFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected