Python jupyter notebook and class variable scope

前端 未结 0 591
野性不改
野性不改 2020-12-19 08:32

I have two classes (A.py and B.py) defined as following

class AA():
   def __init__(self):
        self.myvar="MSG from AA"
    def getvarA(self):
          


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