"C.T. Matsumoto" <c.t.matsum...@gmail.com> wrote
This list provides defines 2 tables that need to be paired and then
compared.

So two instances of a TestTable object maybe?

reference_table_name
reference_dburi
reference_rows
test_table_name
test_dburi
test_rows
keys

Looks like two TestTable objects and a set of keys?
And maybe TestTable has a comparison method that compares one table to another? Or maybe can index a row based on a key?
Maybe the Rows are objects too and they can compare themselves?

Lots of possibilities depending on your problem.


Just a thought.

--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to