Python OOP - How do I break out of an inherited (super) method based on the parent method?

前端 未结 0 745
余生分开走
余生分开走 2020-11-22 06:40

In the base class, I want to test for something, and if not True, I want to avoid whatever processing would otherwise take place in the child class\' method.

For inst

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