Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio/grpc/
D_server.py47 _CLOSED = 'closed' variable
163 state.client = _CLOSED
177 state.client = _CLOSED
314 elif self._state.client is _CLOSED or self._state.statused:
370 if state.client is _CLOSED: