Searched refs:fromshare (Results 1 – 6 of 6) sorted by relevance
40 return socket.fromshare(share)
582 def fromshare(info): function
5850 s = socket.fromshare(sdata)5895 self.assertRaises(ValueError, socket.fromshare, data[:-1])5896 self.assertRaises(ValueError, socket.fromshare, data+b"foo")5916 s = socket.fromshare(data)5933 shared = socket.fromshare(data)
712 .. function:: fromshare(data)1754 communication and the socket can be recreated there using :func:`fromshare`.
2311 * Due to internal changes in :mod:`socket`, calling :func:`socket.fromshare`
8153 the api socket.socket.share() and socket.fromshare().