Is it possible to use a instance property as a default value ?

stef mientki stef.mientki at gmail.com
Thu Nov 1 16:18:10 EDT 2007


hello,

I would like to use instance parameters as a default value, like this:

class PlotCanvas(wx.Window):
    def __init__(self)
        self.Buf_rp = 0
        self.Buf_wp = 0

    def Draw ( self, x1 = self.Buf_rp, x2 = self.Buf_wp ) :

is something like this possible ?

thanks,
Stef Mientki



More information about the Python-list mailing list