python show all attributes with super()

后端 未结 0 411
别跟我提以往
别跟我提以往 2021-01-04 23:53
@dataclass
class vehicle():
    attributex: int
    attributey: int
    attributez: int
    
@dataclass
class Bus(vehicle):
           


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