How to get Parent's variable in Python

前端 未结 0 1140
时光取名叫无心
时光取名叫无心 2020-12-18 06:27

Could you help me with identifying child class. I\'d like to get access to the Parent\'s variable in child class

class Parent:
   def __init__(self, p=None):
         


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