[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services -
registration.py:1.10
Fred L. Drake, Jr.
fred at zope.com
Wed Sep 24 16:43:12 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv8528/src/zope/app/interfaces/services
Modified Files:
registration.py
Log Message:
IRegistered: Add a new registrations() method that returns a
sequence of the actual registration objects for a registerable
object. This will likely replace usages() in some future
refactoring.
=== Zope3/src/zope/app/interfaces/services/registration.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/interfaces/services/registration.py:1.9 Sun Sep 21 13:32:28 2003
+++ Zope3/src/zope/app/interfaces/services/registration.py Wed Sep 24 16:43:11 2003
@@ -367,6 +367,9 @@
configures a usage.
"""
+ def registrations():
+ """Return a sequence of registration objects for this object."""
+
class IAttributeRegisterable(IAttributeAnnotatable, IRegisterable):
"""A marker interface."""
More information about the Zope3-Checkins
mailing list