Skip to content Skip to sidebar Skip to footer
Showing posts with the label Overriding

How To Dynamically Override __setitem__? (no Subclass)

I'm not able to override some builtin functions, such as '__setitem__', in Python2.7 (a… Read more How To Dynamically Override __setitem__? (no Subclass)

Is It Possible To Transform Default Class Dunder Methods Into Class Methods?

To give you some context, yesterday I came across this post. I found the problem quite interesting,… Read more Is It Possible To Transform Default Class Dunder Methods Into Class Methods?

How To Inherit Mail.thread Abstractmodel And Override Function From This Class In Odoo?

I would like to change something from mail.thread abstract class. So I inherited mail.thread and wr… Read more How To Inherit Mail.thread Abstractmodel And Override Function From This Class In Odoo?