Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dmp_pool.py24 def calculatestar(args): function
69 imap_it = pool.imap(calculatestar, TASKS)
70 imap_unordered_it = pool.imap_unordered(calculatestar, TASKS)
88 for x in pool.map(calculatestar, TASKS):
202 it = pool.imap(calculatestar, TASKS)