Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_loop
Method
set_loop
Lib/asyncio/windows_events.py:441–442 ·
view source on GitHub ↗
(self, loop)
Source
from the content-addressed store, hash-verified
439
return
'<%s %s>'
% (self.__class__.__name__,
" "
.join(info))
440
441
def
set_loop(self, loop):
442
self._loop = loop
443
444
def
select(self, timeout=None):
445
if
not self._results:
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected