Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dresource_sharer.py40 return socket.fromshare(share)
/external/python/cpython3/Lib/
Dsocket.py582 def fromshare(info): function
/external/python/cpython3/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)
/external/python/cpython3/Doc/library/
Dsocket.rst712 .. function:: fromshare(data)
1754 communication and the socket can be recreated there using :func:`fromshare`.
/external/python/cpython3/Doc/whatsnew/
D3.7.rst2311 * Due to internal changes in :mod:`socket`, calling :func:`socket.fromshare`
/external/python/cpython3/Misc/
DHISTORY8153 the api socket.socket.share() and socket.fromshare().