Searched refs:AuthenticationError (Results 1 – 8 of 8) sorted by relevance
23 class AuthenticationError(ProcessError): class35 AuthenticationError = AuthenticationError variable in BaseContext
25 from . import AuthenticationError, BufferTooShort750 raise AuthenticationError('digest received was wrong')764 raise AuthenticationError('digest sent was rejected')
46 from multiprocessing import current_process, AuthenticationError427 raise AuthenticationError('digest received was wrong')439 raise AuthenticationError('digest sent was rejected')
80 class AuthenticationError(ProcessError): class
1966 :exc:`AuthenticationError` is raised.1973 If a welcome message is not received, then :exc:`AuthenticationError` is1988 If authentication fails then :exc:`AuthenticationError` is raised. See2030 :exc:`AuthenticationError` is raised. See :ref:`multiprocessing-auth-keys`.2037 :exc:`~multiprocessing.AuthenticationError` is raised.2068 .. exception:: AuthenticationError
671 .. exception:: AuthenticationError2362 :exc:`~multiprocessing.AuthenticationError` is raised.2370 :exc:`~multiprocessing.AuthenticationError` is raised.2384 :exc:`~multiprocessing.AuthenticationError` is raised if authentication fails.2419 :exc:`~multiprocessing.AuthenticationError` is raised if authentication fails.2427 :exc:`~multiprocessing.AuthenticationError` is raised.
2448 self.assertRaises(multiprocessing.AuthenticationError,2465 self.assertRaises(multiprocessing.AuthenticationError,
4443 self.assertRaises(multiprocessing.AuthenticationError,4460 self.assertRaises(multiprocessing.AuthenticationError,