How to start class function - that sets kivy label text - from within __init__

前端 未结 0 2025
被撕碎了的回忆
被撕碎了的回忆 2021-01-05 07:11

So I\'m trying something like this:

test.py

class Test():
    
    def __init__(self):
        self.label_value = "LABEL"
           


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