Commit 4c4ac7e7 authored by Michel Pelletier's avatar Michel Pelletier

untabified

parent c995656e
...@@ -277,8 +277,8 @@ class Catalog(Persistent, Acquisition.Implicit): ...@@ -277,8 +277,8 @@ class Catalog(Persistent, Acquisition.Implicit):
def catalogObject(self, object, uid, threshold=None): def catalogObject(self, object, uid, threshold=None):
""" """
Adds an object to the Catalog by iteratively applying it Adds an object to the Catalog by iteratively applying it
all indexes. all indexes.
'object' is the object to be cataloged 'object' is the object to be cataloged
...@@ -316,8 +316,8 @@ class Catalog(Persistent, Acquisition.Implicit): ...@@ -316,8 +316,8 @@ class Catalog(Persistent, Acquisition.Implicit):
def uncatalogObject(self, uid): def uncatalogObject(self, uid):
""" """
Uncatalog and object from the Catalog. and 'uid' is a unique Uncatalog and object from the Catalog. and 'uid' is a unique
Catalog identifier Catalog identifier
Note, the uid must be the same as when the object was Note, the uid must be the same as when the object was
cataloged, otherwise it will not get removed from the catalog cataloged, otherwise it will not get removed from the catalog
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment