How can I mix in a Python class without also having a base class?

前端 未结 0 1331
被撕碎了的回忆
被撕碎了的回忆 2021-01-18 09:50

I have a class, Mixed which needs to mix in the class SomeMixin. But Mixed does not need a base class.

This syntax would seem t

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