Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ ResponseError
Class
ResponseError
Lib/xmlrpc/client.py:220–222 ·
view source on GitHub ↗
Indicates a broken response package.
Source
from the content-addressed store, hash-verified
218
# malformed.
219
220
class
ResponseError(Error):
221
""
"Indicates a broken response package."
""
222
pass
223
224
##
225
# Indicates an XML-RPC fault response package. This exception is
Callers
2
close
Method · 0.85
start
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected