Hacker News new | past | comments | ask | show | jobs | submit login

> I have no idea what purpose calling the next most specific function would serve.

This is a replacement for calling the superclass, but it uses C3 method resolution order.




This reminds me that you can get the precedence list in Python with C.__mro__, similar to CLOS's (class-precedence-list C)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: