[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
zapi.py:1.8.20.2
Jim Fulton
jim at zope.com
Wed Sep 10 19:08:49 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv4240/src/zope/app/interfaces
Modified Files:
Tag: parentgeddon-branch
zapi.py
Log Message:
got more tests to pass
=== Zope3/src/zope/app/interfaces/zapi.py 1.8.20.1 => 1.8.20.2 ===
--- Zope3/src/zope/app/interfaces/zapi.py:1.8.20.1 Mon Sep 8 14:21:21 2003
+++ Zope3/src/zope/app/interfaces/zapi.py Wed Sep 10 18:08:18 2003
@@ -40,3 +40,21 @@
The given args will be converted to strings and displayed in
the message shown the user.
"""
+
+ def add(container, name, object):
+ """Add an object to a container
+
+ This helper function takes care of getting an adapter that
+ publishes necessary errors and calling necessary hooks.
+
+ """
+
+ def remove(container, name):
+ """Remove an object from a container
+
+ This helper function takes care of getting an adapter that
+ publishes necessary errors and calling necessary hooks.
+
+ """
+
+
More information about the Zope3-Checkins
mailing list