[Zope3-checkins] CVS: Zope3/src/zope/component - interfaces.py:1.32
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Apr 15 09:26:13 EDT 2004
Update of /cvs-repository/Zope3/src/zope/component
In directory cvs.zope.org:/tmp/cvs-serv10289/src/zope/component
Modified Files:
interfaces.py
Log Message:
Removed 'getRegisteredMatching()'.
=== Zope3/src/zope/component/interfaces.py 1.31 => 1.32 ===
--- Zope3/src/zope/component/interfaces.py:1.31 Sun Apr 11 14:16:41 2004
+++ Zope3/src/zope/component/interfaces.py Thu Apr 15 09:26:13 2004
@@ -451,26 +451,6 @@
named adapter methods with an empty string for a name.
"""
- def getRegisteredMatching(required=None, provided=None,
- name=None, with=None):
- """Return information about registered data
-
- Zero or more for and provided interfaces may be
- specified. Registration information matching any of the
- specified interfaces is returned.
-
- The arguments may be interfaces, or sequences of interfaces.
-
- The returned value is a sequence of three-element tuples:
-
- - required interface
-
- - provided interface
-
- - the object registered specifically for the required and
- provided interfaces.
- """
-
def subscribers(required, provided):
"""Get subscribers
More information about the Zope3-Checkins
mailing list