[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common - UnIndex.py:1.11
Andreas Jung
andreas@digicool.com
Wed, 24 Apr 2002 11:46:10 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv8163/common
Modified Files:
UnIndex.py
Log Message:
added getId() (added to interface specs)
=== Zope/lib/python/Products/PluginIndexes/common/UnIndex.py 1.10 => 1.11 ===
self.clear()
+ def getId(self): return self.id
+
def clear(self):
# inplace opportunistic conversion from old-style to new style BTrees
try: self.__len__.set(0)