Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
H A Dreduction.py235 from .resource_sharer import DupSocket namespace
236 return _rebuild_socket, (DupSocket(s),)
H A Dresource_sharer.py25 __all__ += ['DupSocket']
27 class DupSocket(object): class
H A Dconnection.py948 ds = resource_sharer.DupSocket(s)

Completed in 3 milliseconds