Project

General

Profile

« Previous | Next » 

Revision 1861

parallel.py: Pool: Added doc comment

View differences:

lib/parallel.py
3 3
import warnings
4 4

  
5 5
class Pool:
6
    '''A dummy synchronous Pool to use if multiprocessing is not available'''
6 7
    class Result:
7 8
        def __init__(self, value): self.value = value
8 9
        

Also available in: Unified diff