MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / NNTPPermanentError

Class NNTPPermanentError

tools/python-3.11.9-amd64/Lib/nntplib.py:116–118  ·  view source on GitHub ↗

5xx errors

Source from the content-addressed store, hash-verified

114 pass
115
116class NNTPPermanentError(NNTPError):
117 """5xx errors"""
118 pass
119
120class NNTPProtocolError(NNTPError):
121 """Response does not begin with [1-5]"""

Callers 2

_getrespMethod · 0.85
loginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected