How to extend the list data structure in Python without violating Liskov substitution - supply an attribute instead of an instance?

后端 未结 0 1894
傲寒
傲寒 2020-12-14 10:22

I’m building a class that extends the list data structure in Python, called a Partitional. I’m adding a few methods that I find myself using frequently when div

相关标签:
回答
  • 消灭零回复
提交回复
热议问题