Home
last modified time | relevance | path

Searched defs:AuthenticationError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
D__init__.py80 class AuthenticationError(ProcessError): class
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py23 class AuthenticationError(ProcessError): class
35 AuthenticationError = AuthenticationError variable in BaseContext