changeset 112:5bfcb7e5df4a

...
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Wed, 07 May 2008 12:12:43 -0400
parents cf9bdb1d9656
children b6bc1e769b36
files test_dataset.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test_dataset.py	Tue May 06 16:41:45 2008 -0400
+++ b/test_dataset.py	Wed May 07 12:12:43 2008 -0400
@@ -320,6 +320,11 @@
       #    - 'fieldtypes': a list of types (one per field)
 
     #* ds1 | ds2 | ds3 == ds.hstack([ds1,ds2,ds3])#????
+#        i=0
+#        for example in hstack([ds('x'),ds('y'),ds('z')]):
+#            example==ds[i]
+#            i+=1 
+#        del i,example
     #* ds1 & ds2 & ds3 == ds.vstack([ds1,ds2,ds3])#????