Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
Dcontext.py23 class AuthenticationError(ProcessError): class
35 AuthenticationError = AuthenticationError variable in BaseContext