Home
last modified time | relevance | path

Searched defs:RemoteError (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py143 class RemoteError(AbortionError): class
/third_party/python/Lib/multiprocessing/
Dmanagers.py110 class RemoteError(Exception): class