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

Class NNTPReplyError

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

Unexpected [123]xx reply

Source from the content-addressed store, hash-verified

106 self.response = 'No response given'
107
108class NNTPReplyError(NNTPError):
109 """Unexpected [123]xx reply"""
110 pass
111
112class NNTPTemporaryError(NNTPError):
113 """4xx errors"""

Callers 6

_getlongrespMethod · 0.85
groupMethod · 0.85
_statparseMethod · 0.85
dateMethod · 0.85
_postMethod · 0.85
loginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected