Lines Matching refs:multiprocessing
80 library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"
81 library/multiprocessing,,`,">>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`"
82 library/multiprocessing,,`,">>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`"
83 library/multiprocessing,,`,# `BaseManager`.
84 library/multiprocessing,,`,# `Pool.imap()` (which will save on the amount of code needed anyway).
85 library/multiprocessing,,`,# A test file for the `multiprocessing` package
86 library/multiprocessing,,`,# A test of `multiprocessing.Pool` class
87 library/multiprocessing,,`,# Add more tasks using `put()`
88 library/multiprocessing,,`,# in the original order then consider using `Pool.map()` or
89 library/multiprocessing,,`,# Not sure if we should synchronize access to `socket.accept()` method by
90 library/multiprocessing,,`,# object. (We import `multiprocessing.reduction` to enable this picklin…
91 library/multiprocessing,,`,# register the Foo class; make `f()` and `g()` accessible via proxy
92 library/multiprocessing,,`,# register the Foo class; make `g()` and `_h()` accessible via proxy
93 library/multiprocessing,,`,# register the generator function baz; use `GeneratorProxy` to make prox…