In a class it is poosible to override setattr, so that you can decide
how you should
handle setting of variables.

Is this possible to do outside of an class on module level.

mysetattr(obj, var, value):
  print "Hello"

So that

test = 5


would print
Hello
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to