Lines Matching refs:_Client
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):
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)
770 conn = self._Client(token.address, authkey=self._authkey)
782 conn = self._Client(self._token.address, authkey=self._authkey)
793 self._tls, self._idset, self._Client),
798 def _decref(token, authkey, state, tls, idset, _Client):
806 conn = _Client(token.address, authkey=authkey)
911 _Client = listener_client[serializer][1]
914 conn = _Client(token.address, authkey=authkey)