Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ handle_expt
Method
handle_expt
Lib/test/support/asyncore.py:482–483 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
480
self.handle_close()
481
482
def
handle_expt(self):
483
self.log_info(
'unhandled incoming priority event'
,
'warning'
)
484
485
def
handle_read(self):
486
self.log_info(
'unhandled read event'
,
'warning'
)
Callers
1
handle_expt_event
Method · 0.95
Calls
1
log_info
Method · 0.95
Tested by
no test coverage detected