MCPcopy Index your code
hub / github.com/RustPython/RustPython / RemoteError

Class RemoteError

Lib/multiprocessing/managers.py:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 return ValueError('Unrecognized message type {!r}'.format(kind))
112
113class RemoteError(Exception):
114 def __str__(self):
115 return ('\n' + '-'*75 + '\n' + str(self.args[0]) + '-'*75)
116
117#
118# 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