Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
if
sys.version_info < (3, 14, 0):
29
def
_get_event_loop():
30
return
asyncio.get_event_loop()
31
else
:
32
def
_get_event_loop():
33
try
:
Callers
2
apply
Function · 0.85
run
Function · 0.85
Calls
1
get_event_loop
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…