Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1540 def _echo(cls, conn): member in _TestConnection
1548 p = self.Process(target=self._echo, args=(child_conn,))
1642 p = self.Process(target=self._echo, args=(child_conn,))