Ah ha, @classmethod.

On Apr 30, 3:47 pm, Thomas Allen <thomasmal...@gmail.com> wrote:
> Is that possible?
>
> class A(object):
>   @staticmethod
>   def set_b(x):
>     # A.b = x, without knowing A is "A"
>     pass
>
> Thomas

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to