Maric Michaud a écrit : > Le Jeudi 01 Juin 2006 15:36, Christophe a écrit : > >> self.x = self.__class__.f(0) > > nope, this will result in a TypeError "unbound method must be called with > instance as first argument"
Your right :( staticmethod it is then. -- http://mail.python.org/mailman/listinfo/python-list