Home
last modified time | relevance | path

Searched refs:AuthenticationString (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dprocess.py222 self._config['authkey'] = AuthenticationString(authkey)
349 class AuthenticationString(bytes): class
354 'Pickling an AuthenticationString object is '
357 return AuthenticationString, (bytes(self),)
405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
H A Dmanagers.py152 self.authkey = process.AuthenticationString(authkey)
504 self._authkey = process.AuthenticationString(authkey)
789 self._authkey = process.AuthenticationString(authkey)

Completed in 3 milliseconds