Home
last modified time | relevance | path

Searched refs:DupSocket (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dreduction.py235 from .resource_sharer import DupSocket
236 return _rebuild_socket, (DupSocket(s),)
Dresource_sharer.py27 class DupSocket(object): class
Dconnection.py949 ds = resource_sharer.DupSocket(s)