Lines Matching refs:_Client
473 self._Listener, self._Client = listener_client[serializer]
525 self._state, self._Client),
554 conn = self._Client(self._address, authkey=self._authkey)
574 conn = self._Client(self._address, authkey=self._authkey)
584 conn = self._Client(self._address, authkey=self._authkey)
600 def _finalize_manager(process, address, authkey, state, _Client):
607 conn = _Client(address, authkey=authkey)
667 conn = self._Client(token.address, authkey=self._authkey)
715 self._Client = listener_client[serializer][1]
740 conn = self._Client(self._token.address, authkey=self._authkey)
769 conn = self._Client(token.address, authkey=self._authkey)
785 conn = self._Client(self._token.address, authkey=self._authkey)
796 self._tls, self._idset, self._Client),
801 def _decref(token, authkey, state, tls, idset, _Client):
809 conn = _Client(token.address, authkey=authkey)
914 _Client = listener_client[serializer][1]
917 conn = _Client(token.address, authkey=authkey)