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

Class Stack

source code

+Bottomless stack. If empty just pop a default element.

+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + default) + source code + +
+ +
+   + + + + + + +
pop(self) + source code + +
+ +
+   + + + + + + +
push(self, + item) + source code + +
+ +
+   + + + + + + +
__len__(self) + source code + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +