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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dnntplib.py36 "NNTPPermanentError","NNTPProtocolError","NNTPDataError",
58 class NNTPPermanentError(NNTPError): class in inherits:NNTPError
73 error_perm = NNTPPermanentError
126 except NNTPPermanentError:
157 raise NNTPPermanentError(resp)
161 except NNTPPermanentError:
220 raise NNTPPermanentError(resp)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dnntplib.py36 "NNTPPermanentError","NNTPProtocolError","NNTPDataError",
58 class NNTPPermanentError(NNTPError): class in inherits:NNTPError
73 error_perm = NNTPPermanentError
126 except NNTPPermanentError:
157 raise NNTPPermanentError(resp)
161 except NNTPPermanentError:
220 raise NNTPPermanentError(resp)

Completed in 35 milliseconds