Searched refs:_Client (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | managers.py | 481 self._Listener, self._Client = listener_client[serializer] 536 self._state, self._Client), 565 conn = self._Client(self._address, authkey=self._authkey) 582 conn = self._Client(self._address, authkey=self._authkey) 592 conn = self._Client(self._address, authkey=self._authkey) 605 def _finalize_manager(process, address, authkey, state, _Client): argument 612 conn = _Client(address, authkey=authkey) 672 conn = self._Client(token.address, authkey=self._authkey) 723 self._Client = listener_client[serializer][1] 742 conn = self._Client(self._token.address, authkey=self._authkey) [all …]
|
/external/python/cpython3/Lib/multiprocessing/ |
D | managers.py | 499 self._Listener, self._Client = listener_client[serializer] 565 self._state, self._Client), 597 conn = self._Client(self._address, authkey=self._authkey) 617 conn = self._Client(self._address, authkey=self._authkey) 627 conn = self._Client(self._address, authkey=self._authkey) 650 def _finalize_manager(process, address, authkey, state, _Client): argument 657 conn = _Client(address, authkey=authkey) 719 conn = self._Client(token.address, authkey=self._authkey) 767 self._Client = listener_client[serializer][1] 792 conn = self._Client(self._token.address, authkey=self._authkey) [all …]
|