Home
last modified time | relevance | path

Searched refs:client_type (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/py/src/transport/
DTHeaderTransport.py170 def _set_client_type(self, client_type): argument
171 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