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

Class PreparationBuilder

source code

+
+object --+
+         |
+        PreparationBuilder
+
+ +
+Creates an updated work area from a configuration.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + configs, + username=None, + password=None, + cache=None)
+ Initialization.
+ source code + +
+ +
+   + + + + + + +
check(self)
+ Check that all dependencies are there.
+ source code + +
+ +
+   + + + + + + +
get_content(self)
+ Run the each action.
+ source code + +
+ +
+   + + + + + + +
session(self, + database, + size=1, + engine=None, + dbpath=None)
+ Handles pool rather that sessions.
+ source code + +
+ +
+   + + + + + + +
close(self)
+ This is the preparation cleanup method.
+ source code + +
+ +
+   + + + + + + +
__del__(self) + source code + +
+ +
+

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

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

__init__(self, + configs, + username=None, + password=None, + cache=None) +
(Constructor) +

+
source code  +
+ + Initialization. +
+
Overrides: + object.__init__ +
+
+
+
+ +
+ +
+ + +
+

close(self) +

+
source code  +
+ + This is the preparation cleanup method. +It closes all opened sessions. +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +