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

Class error_reply

Lib/ftplib.py:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56# Exception raised when an error or invalid response is received
57class Error(Exception): pass
58class error_reply(Error): pass # unexpected [123]xx reply
59class error_temp(Error): pass # 4xx errors
60class error_perm(Error): pass # 5xx errors
61class error_proto(Error): pass # response does not begin with [1-5]

Callers 9

voidrespMethod · 0.85
ntransfercmdMethod · 0.85
loginMethod · 0.85
renameMethod · 0.85
deleteMethod · 0.85
parse150Function · 0.85
parse227Function · 0.85
parse229Function · 0.85
parse257Function · 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…