MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / _get_event_loop

Function _get_event_loop

seleniumbase/core/nest_asyncio.py:29–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28if sys.version_info < (3, 14, 0):
29 def _get_event_loop():
30 return asyncio.get_event_loop()
31else:
32 def _get_event_loop():
33 try:

Callers 2

applyFunction · 0.85
runFunction · 0.85

Calls 1

get_event_loopMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…