Home | Trees | Indices | Help |
---|
|
Module generator This module is used to run the optimization algorithms. It provides the class Generator and starts a new thread. The priority of the thread can be set by an global function in this module. (needed modules: win32api, win32process ,win32con) The interface between the Generator and the DSC is based on dictionaries.
Author: Tobias Heimpold @version 2.0
|
|||
Generator class Generator(threading.Thread) This class inherits the class Thread from the Python module threading. |
|
|||
|
|
|||
__package__ =
|
|
Set The Priority of a Windows Process. Priority is a value between 0-5 where 2 is normal priority. Default sets the priority of the current python process but can take any valid process ID. Recipe 496767 from ActiveState Code |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Apr 27 17:47:09 2011 | http://epydoc.sourceforge.net |