Home
last modified time | relevance | path

Searched refs:AuthenticationError (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dcontext.py23 class AuthenticationError(ProcessError): class
35 AuthenticationError = AuthenticationError variable in BaseContext
Dconnection.py25 from . import AuthenticationError, BufferTooShort
734 raise AuthenticationError('digest received was wrong')
748 raise AuthenticationError('digest sent was rejected')
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py46 from multiprocessing import current_process, AuthenticationError
427 raise AuthenticationError('digest received was wrong')
439 raise AuthenticationError('digest sent was rejected')
D__init__.py80 class AuthenticationError(ProcessError): class
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst1966 :exc:`AuthenticationError` is raised.
1973 If a welcome message is not received, then :exc:`AuthenticationError` is
1988 If authentication fails then :exc:`AuthenticationError` is raised. See
2030 :exc:`AuthenticationError` is raised. See :ref:`multiprocessing-auth-keys`.
2037 :exc:`~multiprocessing.AuthenticationError` is raised.
2068 .. exception:: AuthenticationError
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst658 .. exception:: AuthenticationError
2306 :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.
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2448 self.assertRaises(multiprocessing.AuthenticationError,
2465 self.assertRaises(multiprocessing.AuthenticationError,
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3838 self.assertRaises(multiprocessing.AuthenticationError,
3855 self.assertRaises(multiprocessing.AuthenticationError,