Home
last modified time | relevance | path

Searched refs:PipeClient (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dconnection.py167 c = PipeClient(address)
380 def PipeClient(address): function
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py490 c = PipeClient(address)
684 def PipeClient(address): function