Package pyb :: Module core :: Class Target
[show private | hide private]
[frames | no frames]

Class Target


Class representing a single build target.
Method Summary
  __init__(self, method, depends, parallel)
Constructor.

Method Details

__init__(self, method, depends=None, parallel=False)
(Constructor)

Constructor.
Parameters:
method - The method to execute which provides this target's implementation.
depends - A list of Strings which represent the targets that the wrapped target depends upon.
parallel - Set to True to enable parallel execution of the task.

Generated by Epydoc 2.1 on Fri Apr 23 15:39:19 2004 http://epydoc.sf.net