[Zope-CVS] CVS: Packages/pypes/pypes - interfaces.py:1.6

Casey Duncan casey at zope.com
Wed Feb 4 22:31:35 EST 2004


Update of /cvs-repository/Packages/pypes/pypes
In directory cvs.zope.org:/tmp/cvs-serv14337

Modified Files:
	interfaces.py 
Log Message:
Remove some uneeded interface methods


=== Packages/pypes/pypes/interfaces.py 1.5 => 1.6 ===
--- Packages/pypes/pypes/interfaces.py:1.5	Mon Aug 18 00:35:57 2003
+++ Packages/pypes/pypes/interfaces.py	Wed Feb  4 22:31:33 2004
@@ -135,11 +135,6 @@
     
     def __iter__():
         """Return an iterator of the members of the set"""
-        
-#    def __invert__():
-#        """Inverts the set against its domain set. Return a set of all members
-#        of the domain set not in the original set.
-#        """
     
     def union(other):
         """Return a set whos members are the union of self and other"""
@@ -265,10 +260,6 @@
         """Remove obj from the graph and any edges connecting to and from the
         obj. If obj is not a node, then raise GraphLookupError
         """
-        
-#    def choose():
-#        """Return a random node object in the graph or None if the graph is
-#        empty"""
     
     def __contains__(obj):
         """Return true if obj is a node of the graph, false if not"""




More information about the Zope-CVS mailing list