Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1831 def _send_data_without_fd(self, conn): member in _TestConnection
1843 p = self.Process(target=self._send_data_without_fd, args=(child_conn,))
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3088 def _send_data_without_fd(self, conn): member in _TestConnection
3100 p = self.Process(target=self._send_data_without_fd, args=(child_conn,))