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

Class SignaturesDict

source code

+
+object --+    
+         |    
+      dict --+
+             |
+            SignaturesDict
+
+ +
+class to handle signature comparison

+ + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self)
+ constructor
+ source code + +
+ +
+   + + + + + + +
__str__(self)
+ compare the tree structures
+ source code + +
+ +
+

Inherited from dict: + __cmp__, + __contains__, + __delitem__, + __eq__, + __ge__, + __getattribute__, + __getitem__, + __gt__, + __hash__, + __iter__, + __le__, + __len__, + __lt__, + __ne__, + __new__, + __repr__, + __setitem__, + clear, + copy, + fromkeys, + get, + has_key, + items, + iteritems, + iterkeys, + itervalues, + keys, + pop, + popitem, + setdefault, + update, + values +

+

Inherited from object: + __delattr__, + __reduce__, + __reduce_ex__, + __setattr__ +

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

Inherited from object: + __class__ +

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

__init__(self) +
(Constructor) +

+
source code  +
+ + constructor +
+
Returns:
+
+new empty dictionary
+
+
+
Overrides: + dict.__init__ +
+
+
+
+ +
+ +
+ + +
+

__str__(self) +
(Informal representation operator) +

+
source code  +
+ + compare the tree structures +
+
Overrides: + object.__str__ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +