>sage: class foo:
>...       def __init__(self, a):
>...           self.b = a
>sage: f = foo(10)
>sage: f.b
>10
>sage: f.__init__(20)
>sage: f.b
>20
>
>Well Sage hasn't exploded already because of this, so
>I guess we'll just have to live with it.

Excellent. Now we can inflate integers to match the dollar inflation!

Tim

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to