Searched refs:fromshare (Results 1 – 6 of 6) sorted by relevance
40 return socket.fromshare(share)
467 def fromshare(info): function
5410 s = socket.fromshare(sdata)5455 self.assertRaises(ValueError, socket.fromshare, data[:-1])5456 self.assertRaises(ValueError, socket.fromshare, data+b"foo")5476 s = socket.fromshare(data)5493 shared = socket.fromshare(data)
602 .. function:: fromshare(data)1563 communication and the socket can be recreated there using :func:`fromshare`.
2304 * Due to internal changes in :mod:`socket`, calling :func:`socket.fromshare`
8153 the api socket.socket.share() and socket.fromshare().