How to assign value to parent class variable in Python

后端 未结 0 1620
栀梦
栀梦 2020-12-04 04:40

I have parent.py where I have defined a class as below:

class ParentSensor(SuperParentSensor):
  def __init__(
              self,
              task_id,
             


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