Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_channel_state.py22 class State(_common.ChannelHandler):
/third_party/grpc/src/python/grpcio_testing/grpc_testing/
D_common.py98 class ChannelHandler(six.with_metaclass(abc.ABCMeta)): class