diff -r 9374c207cfee -r 9dcc6e7393f7 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 15:39:31 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 + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +