Package mapproxy :: Package core :: Module seed :: Class SeedWorker
[hide private]
[frames] | no frames]

Class SeedWorker

source code

                     object --+    
                              |    
multiprocessing.process.Process --+
                                  |
                                 SeedWorker

Instance Methods [hide private]
 
__init__(self, cache, tiles_queue, dry_run=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
run(self)
Method to be run in sub-process; can be overridden in sub-class
source code

Inherited from multiprocessing.process.Process: __repr__, is_alive, join, start, terminate

Inherited from multiprocessing.process.Process (private): _bootstrap

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]

Inherited from multiprocessing.process.Process (private): _Popen

Properties [hide private]

Inherited from multiprocessing.process.Process: authkey, daemon, exitcode, ident, name, pid

Inherited from object: __class__

Method Details [hide private]

__init__(self, cache, tiles_queue, dry_run=False)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

run(self)

source code 
Method to be run in sub-process; can be overridden in sub-class
Overrides: multiprocessing.process.Process.run
(inherited documentation)