diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/preparation-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/preparation-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,239 @@ + + + + + preparation + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module preparation + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module preparation

source code

+This package implements the new update work area functionality.

+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + PreparationAction
+ Implements an abstract preparation function. +
+   + + PreparationSnapshot
+ Implements a Snapshot preparation function. +
+   + + PreparationCheckout
+ Handle the checkout and update of project content. +
+   + + PreparationUpdate
+ Synergy project updater. +
+   + + PreparationBuilder
+ Creates an updated work area from a configuration. +
+ + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
find(function, + seq)
+ Return first item in sequence where f(item) == True.
+ source code + +
+ +
+ + + + + + + + + + + + + + + + + + +
+ + + + + +
Variables[hide private]
+
+   + + _logger = logging.getLogger("preparation.ccmgetinput") +
+   + + DEFAULT_THREADS = 1 +
+   + + THREADS_MIN_TOTAL = 1 +
+   + + THREADS_MAX_TOTAL = 10 +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +