Should A Plugin Adding New Instance-methods Monkey-patch Or Subclass/mixin And Replace The Parent?
As a simple example take a class Polynomial class Polynomial(object): def __init__(self, coeff…
Read more
Should A Plugin Adding New Instance-methods Monkey-patch Or Subclass/mixin And Replace The Parent?