Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ error_proto
Class
error_proto
Lib/ftplib.py:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
64
# All exceptions (hopefully) that may be raised here and that aren't
Callers
6
getresp
Method · 0.70
abort
Method · 0.70
sendeprt
Method · 0.70
abort
Method · 0.70
parse227
Function · 0.70
parse229
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…