RE: [Python-Dev] Dictionary tuning

No hard and fast data here. That would require grovelling through code ;) I was making an quick estimate. Off the top of my head, most classes I create have ... __init__ 3-5 other methods 3-5 instance attributes Hmm - that would only be 3-5 instance __dict__ entries, with 4-6 class __dict__ entries, correct? I was forgetting that methods are put into the instance __dict__. Bah - it's too late. It's the end of the day, and I've barely managed to get 2 hours real work done. Tim Delaney

[Tim Delaney]
No, they're not.
Bah - it's too late. It's the end of the day, and I've barely managed to get 2 hours real work done.
That might explain your recent goofs. :-) --Guido van Rossum (home page: http://www.python.org/~guido/)

[Tim Delaney]
No, they're not.
Bah - it's too late. It's the end of the day, and I've barely managed to get 2 hours real work done.
That might explain your recent goofs. :-) --Guido van Rossum (home page: http://www.python.org/~guido/)
participants (2)
-
Delaney, Timothy C (Timothy)
-
Guido van Rossum