Searched refs:deliver_challenge (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | connection.py | 147 deliver_challenge(c, self._authkey) 176 deliver_challenge(c, authkey) 416 def deliver_challenge(connection, authkey): function
|
D | managers.py | 197 connection.deliver_challenge(c, self.authkey)
|
/external/python/cpython3/Lib/multiprocessing/ |
D | connection.py | 455 deliver_challenge(c, self._authkey) 499 deliver_challenge(c, authkey) 721 def deliver_challenge(connection, authkey): function
|
D | managers.py | 191 connection.deliver_challenge(c, self.authkey)
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 2449 multiprocessing.connection.deliver_challenge,
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 3839 multiprocessing.connection.deliver_challenge,
|
/external/python/cpython2/Doc/library/ |
D | multiprocessing.rst | 1959 .. function:: deliver_challenge(connection, authkey)
|
/external/python/cpython3/Doc/library/ |
D | multiprocessing.rst | 2299 .. function:: deliver_challenge(connection, authkey)
|