Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ handle_expt
Method
handle_expt
Lib/test/support/asyncore.py:492–493 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
490
self.handle_close()
491
492
def
handle_expt(self):
493
self.log_info(
'unhandled incoming priority event'
,
'warning'
)
494
495
def
handle_read(self):
496
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