Jorge Godoy wrote: > "Kevin Dangoor" <[EMAIL PROTECTED]> writes: > >> Numeric indexes get unwieldy pretty quickly, but I realize that in >> this case it's just an additional override. > > Now that you mentioned that, I started thinking: what happens if I have two or > three functions with the same numeric index? (I don't remember the > name... priority? depth?) Will they all be run but in "random" or "declared" > order?
Standard method resolution order applies (more specific first). The point is not to replace rule-based dispatch but merely to provide facilities for manipulating specificality. Cheers, Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
