Conditional python class inheritance

后端 未结 0 1380
春和景丽
春和景丽 2021-01-18 19:11

I have some class inheritance.

class A1:
    def __init__(self, b):
        self.b = b

    def some_A_function():
        print("This is A1 function&quo         


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