Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py147 class RpcContext(six.with_metaclass(abc.ABCMeta)): class
195 class Call(six.with_metaclass(abc.ABCMeta, RpcContext)):
251 class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)):
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py247 class RpcContext(six.with_metaclass(abc.ABCMeta)): class
298 class Call(six.with_metaclass(abc.ABCMeta, RpcContext)):
948 class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)):