Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ accept
Method
accept
python/proton/_io.py:54–57 ·
view source on GitHub ↗
(s: socket.socket)
Source
from the content-addressed store, hash-verified
52
53
@staticmethod
54
def
accept(s: socket.socket):
55
n = s.accept()
56
IO._setupsocket(n[0])
57
return
n
58
59
@staticmethod
60
def
connect(addr) -> socket.socket:
Callers
6
on_transaction_declared
Method · 0.45
on_message
Method · 0.45
on_record_inserted
Method · 0.45
on_message
Method · 0.45
helloworld_blocking.py
File · 0.45
on_message
Method · 0.45
Calls
1
_setupsocket
Method · 0.80
Tested by
no test coverage detected