Hi What I meant was a situation like this. In javascript I'm used to associating metadata with a function as follows.
foo.bar = "foobar";
function foo(){
}
What is the normal python practice to do this kind of a thing.
Your help is very much appreciated.
Thanks,
Heshan Suriyaarachchi
_______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
