Home
last modified time | relevance | path

Searched refs:_afunc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2517 def _afunc(x): function
2522 x = pool.map(_afunc, [1, 2, 3, 4, 5, 6, 7])
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3909 def _afunc(x): function
3914 x = pool.map(_afunc, [1, 2, 3, 4, 5, 6, 7])