[Python-Dev] Object customization (was: Arbitrary attributes on funcs and methods)

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Fri, 14 Apr 2000 16:49:41 -0400 (EDT)


>>>>> "FL" == Fredrik Lundh <effbot@telia.com> writes:

    FL> fwiw, I'd love to see a good syntax for this.  might even
    FL> change my mind...

def foo(x):
    self.x = x

? <ducking>  :)

-Barry