Mark Ramm wrote: > And we might be able to tweek the dispatch mechanism a bit to > eliminate the need for some of this stuff. This works, but it's > not particularly efficient at object instantiation time...
We should definitely push some of this into the dispatch mechanism, just to make the code simpler. However, since its using a metaclass, its actually quite efficient at object instantiation time, since all of the work occurs when the class is loaded (at import). -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
