Home
last modified time | relevance | path

Searched refs:fromshare (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dresource_sharer.py40 return socket.fromshare(share)
/third_party/python/Lib/
Dsocket.py583 def fromshare(info): function
/third_party/python/Lib/test/
Dtest_socket.py5850 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)
/third_party/python/Doc/library/
Dsocket.rst729 .. function:: fromshare(data)
1771 communication and the socket can be recreated there using :func:`fromshare`.
/third_party/python/Doc/whatsnew/
D3.7.rst2312 * Due to internal changes in :mod:`socket`, calling :func:`socket.fromshare`
/third_party/python/Misc/
DHISTORY8153 the api socket.socket.share() and socket.fromshare().