[Zope-CVS] CVS: Products/AdaptableStorage/mapper/interfaces - ISerializationEvent.py:1.2

Shane Hathaway shane@zope.com
Mon, 3 Feb 2003 13:27:22 -0500


Update of /cvs-repository/Products/AdaptableStorage/mapper/interfaces
In directory cvs.zope.org:/tmp/cvs-serv10265/mapper/interfaces

Modified Files:
	ISerializationEvent.py 
Log Message:
Integrated work by Christian Zagrodnick: added mappers for Python Scripts,
DTML Methods, DTML Documents, and ZSQLMethods.  Thanks!


=== Products/AdaptableStorage/mapper/interfaces/ISerializationEvent.py 1.1 => 1.2 ===
--- Products/AdaptableStorage/mapper/interfaces/ISerializationEvent.py:1.1	Tue Dec 31 16:47:46 2002
+++ Products/AdaptableStorage/mapper/interfaces/ISerializationEvent.py	Mon Feb  3 13:26:49 2003
@@ -49,6 +49,9 @@
     def ignoreAttribute(name):
         """Indicates that an attribute should be ignored when storing."""
 
+    def ignoreAttributes(names):
+        """Indicates that several attributes should be ignored."""
+
     def getExternalRefs():
         """Returns the list of external references.