MCPcopy 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_messageMethod · 0.45
on_record_insertedMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45

Calls 1

_setupsocketMethod · 0.80

Tested by

no test coverage detected