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

Class NNTPTemporaryError

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

4xx errors

Source from the content-addressed store, hash-verified

110 pass
111
112class NNTPTemporaryError(NNTPError):
113 """4xx errors"""
114 pass
115
116class NNTPPermanentError(NNTPError):
117 """5xx errors"""

Callers 1

_getrespMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected