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.py467 def fromshare(info): function
/external/python/cpython3/Lib/test/
Dtest_socket.py5410 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)
/external/python/cpython3/Doc/library/
Dsocket.rst602 .. function:: fromshare(data)
1563 communication and the socket can be recreated there using :func:`fromshare`.
/external/python/cpython3/Doc/whatsnew/
D3.7.rst2304 * Due to internal changes in :mod:`socket`, calling :func:`socket.fromshare`
/external/python/cpython3/Misc/
DHISTORY8153 the api socket.socket.share() and socket.fromshare().