MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / get_event_loop

Method get_event_loop

acouchbase/__init__.py:60–63  ·  view source on GitHub ↗
(evloop: asyncio.AbstractEventLoop)

Source from the content-addressed store, hash-verified

58
59 @staticmethod
60 def get_event_loop(evloop: asyncio.AbstractEventLoop) -> asyncio.AbstractEventLoop:
61 if LoopValidator._is_valid_loop(evloop):
62 return evloop
63 return LoopValidator._get_working_loop()
64
65 @staticmethod
66 def close_loop() -> None:

Calls 2

_is_valid_loopMethod · 0.80
_get_working_loopMethod · 0.80