Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ error_perm
Class
error_perm
Lib/ftplib.py:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
class
error_reply(Error):
pass
# unexpected [123]xx reply
59
class
error_temp(Error):
pass
# 4xx errors
60
class
error_perm(Error):
pass
# 5xx errors
61
class
error_proto(Error):
pass
# response does not begin with [1-5]
62
63
Callers
1
getresp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected