What is Python good for?
maxm
maxm at normik.dk
Thu Sep 13 04:36:48 EDT 2001
More information about the Python-list mailing list
Thu Sep 13 04:36:48 EDT 2001
- Previous message (by thread): What is Python good for?
- Next message (by thread): What is Python good for?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Ignacio Vazquez-Abrams" <ignacio at openservices.net> wrote in message > Here's something that came up recently that if it doesn't make you go > "ooh-ahh", then it will make you go "whoa": > >>> def a(): > ... return 'abc' > ... > >>> def b(): > ... return 123 > ... > >>> a.func_code=b.func_code wouldn't a = b satisfy your need for whoas here ? > >>> a() > 123 regards Max M
- Previous message (by thread): What is Python good for?
- Next message (by thread): What is Python good for?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list