Python3: Destruct an existing, inherited attribute and replace it with a property?

后端 未结 0 1775
离开以前
离开以前 2021-01-28 05:46

Suppose I have class:

class Root:
   big_data: DataFrame
   def __init__(this, big_data: DataFrame):
      this.big_data = big_data
      ...

class Elaboration(R         


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