Searched refs:_RPCState (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _channel.py | 96 class _RPCState(object): class 451 state = _RPCState((), (), (), grpc.StatusCode.INTERNAL, 504 state = _RPCState(_UNARY_UNARY_INITIAL_DUE, None, None, None, None) 570 state = _RPCState(_UNARY_STREAM_INITIAL_DUE, None, None, None, None) 602 state = _RPCState(_STREAM_UNARY_INITIAL_DUE, None, None, None, None) 642 state = _RPCState(_STREAM_UNARY_INITIAL_DUE, None, None, None, None) 669 state = _RPCState(_STREAM_STREAM_INITIAL_DUE, None, None, None, None)
|
D | _server.py | 90 class _RPCState(object): class 586 rpc_state = _RPCState() 593 state = _RPCState()
|