Subclassing Python dictionary to override __setitem__

后端 未结 4 1903
别跟我提以往
别跟我提以往 2020-11-28 04:10

I am building a class which subclasses dict, and overrides __setitem__. I would like to be certain that my method will be called in all instances w

4条回答
提交回复
热议问题