MCPcopy Index your code
hub / github.com/python/cpython / RemoteError

Class RemoteError

Lib/multiprocessing/managers.py:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 return ValueError('Unrecognized message type {!r}'.format(kind))
113
114class RemoteError(Exception):
115 def __str__(self):
116 return ('\n' + '-'*75 + '\n' + str(self.args[0]) + '-'*75)
117
118#
119# Functions for finding the method names of an object

Callers 1

convert_to_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…