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
750 raise AuthenticationError('digest received was wrong')
764 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.rst671 .. exception:: AuthenticationError
2362 :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.
/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.py4443 self.assertRaises(multiprocessing.AuthenticationError,
4460 self.assertRaises(multiprocessing.AuthenticationError,