Re: Observer implementation question ('Patterns in Python')
Thank you, James and Stargaming, for your replies! -- http://mail.python.org/mailman/listinfo/python-list
Observer implementation question ('Patterns in Python')
Sorry if this is a somewhat silly question... I'm using the Observer implementation found in 'Patterns in Python' [1] and find it really neat. But, I have not yet fully groked the new-style class, classic class and property differences involved. So can somebody please explain to me why this works