Searched refs:client_type (Results 1 – 1 of 1) sorted by relevance
170 def _set_client_type(self, client_type): argument171 if client_type not in self._allowed_client_types:174 "Client type %d not allowed by server." % client_type,176 self._client_type = client_type