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

Casey Duncan casey at zope.com
Mon Apr 12 21:03:36 EDT 2004


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

Modified Files:
	query.py 
Log Message:
rename scan => xproduct


=== Packages/pypes/pypes/query.py 1.5 => 1.6 ===
--- Packages/pypes/pypes/query.py:1.5	Mon Apr 12 00:41:43 2004
+++ Packages/pypes/pypes/query.py	Mon Apr 12 21:03:05 2004
@@ -56,8 +56,8 @@
 
 ## Query Operation Primitives ##
 
-def scan(*named_inputs, **inputs):
-    """A generator of dicts comprising the product of the inputs which
+def xproduct(*named_inputs, **inputs):
+    """A generator of dicts comprising the cross product of the inputs which
     are iterable sequences of objects.
     
     The yielded dicts have each input name and one input member as their




More information about the Zope-CVS mailing list