Re: Asterisk sign before the 'self' keyword

2011-02-11 Thread Steven D'Aprano
On Fri, 11 Feb 2011 07:06:11 -0800, christian.posta wrote: > Within the __call__ function for a class, I saw a method of that class > referred to like this: > > *self.() > > The brackets indicate the method name. What does the *self refer to?? > Does it somehow indicate the scope of the 'self' v

Re: Asterisk sign before the 'self' keyword

2011-02-11 Thread Ulrich Eckhardt
Hmmm. Is it just us that read this topic and think of an object with a psychic disorder like multiple personalities? :): TGIF. Uli -- http://mail.python.org/mailman/listinfo/python-list

Re: Asterisk sign before the 'self' keyword

2011-02-11 Thread christian.posta
On Feb 11, 9:57 am, "christian.posta" wrote: > On Feb 11, 9:10 am, Robert Kern wrote: > > > > > On 2/11/11 9:06 AM, christian.posta wrote: > > > > I searched quickly to see whether this may have been discussed before, > > > but it's possible my search criteria was not refined enough to get any >

Re: Asterisk sign before the 'self' keyword

2011-02-11 Thread christian.posta
On Feb 11, 9:10 am, Robert Kern wrote: > On 2/11/11 9:06 AM, christian.posta wrote: > > > > > I searched quickly to see whether this may have been discussed before, > > but it's possible my search criteria was not refined enough to get any > > hits. Forgive me if this is a silly question.. > > > I

Re: Asterisk sign before the 'self' keyword

2011-02-11 Thread christian.posta
On Feb 11, 9:10 am, Robert Kern wrote: > On 2/11/11 9:06 AM, christian.posta wrote: > > > > > I searched quickly to see whether this may have been discussed before, > > but it's possible my search criteria was not refined enough to get any > > hits. Forgive me if this is a silly question.. > > > I

Re: Asterisk sign before the 'self' keyword

2011-02-11 Thread christian.posta
On Feb 11, 9:10 am, Robert Kern wrote: > On 2/11/11 9:06 AM, christian.posta wrote: > > > > > I searched quickly to see whether this may have been discussed before, > > but it's possible my search criteria was not refined enough to get any > > hits. Forgive me if this is a silly question.. > > > I

Re: Asterisk sign before the 'self' keyword

2011-02-11 Thread Robert Kern
On 2/11/11 9:06 AM, christian.posta wrote: I searched quickly to see whether this may have been discussed before, but it's possible my search criteria was not refined enough to get any hits. Forgive me if this is a silly question.. I was reading some Python code from a third-party app for the dj

Re: Asterisk sign before the 'self' keyword

2011-02-11 Thread Ian Kelly
On 2/11/2011 8:06 AM, christian.posta wrote: I searched quickly to see whether this may have been discussed before, but it's possible my search criteria was not refined enough to get any hits. Forgive me if this is a silly question.. I was reading some Python code from a third-party app for the