Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1761 def _send_data_without_fd(self, conn): member in _TestConnection
1773 p = self.Process(target=self._send_data_without_fd, args=(child_conn,))