Can't access parent member variable in Python

前端 未结 2 576
一向
一向 2021-02-03 21:58

I\'m trying to access a parent member variable from an extended class. But running the following code...

class Mother(object):
    def __init__(self):
        se         


        
2条回答
提交回复
热议问题