HomeSort by relevance Sort by last modified time
    Searched refs:_RPCState (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/python/grpcio/grpc/
_channel.py 96 class _RPCState(object):
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)
    [all...]
_server.py 90 class _RPCState(object):
586 rpc_state = _RPCState()
593 state = _RPCState()

Completed in 100 milliseconds