Counting the number of call of a function
Laurent Claessens
moky.math at gmail.com
Fri Sep 30 05:13:14 EDT 2011
More information about the Python-list mailing list
Fri Sep 30 05:13:14 EDT 2011
- Previous message (by thread): Counting the number of call of a function
- Next message (by thread): TestFixtures 2.1.0 Released!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> The keys of globals() are the _names_. You're giving it the function > itself. Ow, ok. I didn't caught it. I understand now. > A decorator would be better. Yes. I keep the solution with foo=Wraper(foo) Thanks a lot all ! Laurent
- Previous message (by thread): Counting the number of call of a function
- Next message (by thread): TestFixtures 2.1.0 Released!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list