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

后端 未结 0 628
无人共我
无人共我 2020-12-23 06:03

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

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