Il Wed, 30 May 2007 11:48:47 -0700, Warren Stringer ha scritto: [cut]
>>> c[:] is c True BTW, I couldn't understand your concern. Are you sure you really need many functions, and not just one function with different parametrs? In such a case you could just use the builtin func map() to achieve the very same result. Or you could define a function of your own like: def call_elems(iterable): for elem in iterable: elem() and just do call_elems(c) when needed. -- Alan Franzoni <[EMAIL PROTECTED]> - Togli .xyz dalla mia email per contattarmi. Remove .xyz from my address in order to contact me. - GPG Key Fingerprint (Key ID = FE068F3E): 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E -- http://mail.python.org/mailman/listinfo/python-list