Lines Matching refs:_Client
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)
821 conn = self._Client(token.address, authkey=self._authkey)
837 conn = self._Client(self._token.address, authkey=self._authkey)
848 self._tls, self._idset, self._Client),
853 def _decref(token, authkey, state, tls, idset, _Client): argument
861 conn = _Client(token.address, authkey=authkey)
966 _Client = listener_client[serializer][1]
969 conn = _Client(token.address, authkey=authkey)
1350 with self._Client(self._address, authkey=self._authkey) as conn:
1362 with self._Client(self._address, authkey=self._authkey) as conn: