> Compare the values and itervalues method in a dict. I would expect cell(mesh) > to return a list of cells or somthing.
Note that this changes in py3, where most of the APIs are changed to return iterators (or views) instead of lists, and iter* are removed. http://docs.python.org/release/3.0.1/whatsnew/3.0.html#views-and-iterators-instead-of-lists -j. _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : dolfin@lists.launchpad.net Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp