Home
last modified time | relevance | path

Searched refs:NNTPReplyError (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dnntplib.py84 "NNTPError", "NNTPReplyError", "NNTPTemporaryError",
108 class NNTPReplyError(NNTPError): class
510 raise NNTPReplyError(resp)
695 raise NNTPReplyError(resp)
723 raise NNTPReplyError(resp)
875 raise NNTPReplyError(resp)
888 raise NNTPReplyError(resp)
963 raise NNTPReplyError(resp)
/third_party/python/Lib/test/
H A Dtest_nntplib.py1489 target_api = ['NNTP', 'NNTPError', 'NNTPReplyError',
1560 Handler, nntplib.NNTPReplyError, capabilities_response)

Completed in 4 milliseconds