`staticmethod` and `abc.abstractmethod`: Will it blend?

后端 未结 0 381
误落风尘
误落风尘 2020-12-23 06:15

In my Python app I want to make a method that is both a staticmethod and an abc.abstractmethod. How do I do this?

I tried applying both decorators, but

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