MCPcopy Index your code
hub / github.com/pyload/pyload / accept

Method accept

module/remote/thriftbackend/Socket.py:26–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 self.__dict__["connection"].shutdown()
25
26 def accept(self):
27 connection, address = self.__dict__["connection"].accept()
28 return SecureSocketConnection(connection), address
29
30 def send(self, buff):
31 try:

Callers

nothing calls this directly

Calls 2

acceptMethod · 0.45

Tested by

no test coverage detected