[ANN] Elasticluster 1.0.1, a tool for cluster provisioning in the cloud

2013-07-18 Thread riccardo . murri
//gc3-uzh-ch.github.io/elasticluster/ or get in touch with us at elasticlus...@googlegroups.com. Kind regards, (for the Grid Computing Competence Center) Riccardo Murri -- Riccardo Murri http://www.gc3.uzh.ch/people/rm Grid Computing Competence Centre University of Zurich Winterthurerstrasse 19

difference between `x in list` and `list.index(x)` for instances of a new-style class

2007-12-29 Thread Riccardo Murri
on differences between `x in list` and `list.index(x)` and why can one report that an item is in the list while the other cannot find its index? Should I add something to the `Graph` class so that `index` works? Thanks for any hint! -- Riccardo Murri, via Galeazzo Alessi 61, 00176 Roma -- http://m

Re: difference between `x in list` and `list.index(x)` for instances of a new-style class

2007-12-30 Thread Riccardo Murri
[EMAIL PROTECTED] writes: > On 28 dic, 20:12, Riccardo Murri <[EMAIL PROTECTED]> wrote: > >> The list `self.base` contains "canonical" forms of the graphs and the >> `graph` object must compare equal to some item of the list, which >> indeed it does: