Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ __init__
Method
__init__
python/proton/_handlers.py:1078–1080 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1076
class
PythonIO:
1077
1078
def
__init__(self) -> None:
1079
self.selectables = []
1080
self.delegate = IOHandler()
1081
1082
def
on_unhandled(self, method: str, event: Event) -> None:
1083
event.dispatch(self.delegate)
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
1
IOHandler
Class · 0.85
Tested by
no test coverage detected