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, BufferTooShort734 raise AuthenticationError('digest received was wrong')748 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
658 .. exception:: AuthenticationError2306 :exc:`~multiprocessing.AuthenticationError` is raised.2314 :exc:`~multiprocessing.AuthenticationError` is raised.2328 :exc:`~multiprocessing.AuthenticationError` is raised if authentication fails.2363 :exc:`~multiprocessing.AuthenticationError` is raised if authentication fails.2371 :exc:`~multiprocessing.AuthenticationError` is raised.
2448 self.assertRaises(multiprocessing.AuthenticationError,2465 self.assertRaises(multiprocessing.AuthenticationError,
3838 self.assertRaises(multiprocessing.AuthenticationError,3855 self.assertRaises(multiprocessing.AuthenticationError,