Home | Trees | Index | Help |
|
---|
Package pyb :: Module core :: Class Project |
|
Class representing a complete project.
The project is executed immediately when it is construction. You can also manually execute it again using the run() method.Method Summary | |
---|---|
Constructor. | |
Convenience implementation to execute the run() method. | |
Execute targets in the project. |
Method Details |
---|
__init__(self,
name='',
default=None,
targets=None)
Constructor.
|
__call__(self,
*args)
Convenience implementation to execute the run() method.
|
run(self)Execute targets in the project. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Apr 23 15:39:19 2004 | http://epydoc.sf.net |