My class inherit all params from Thread (TypeError with daemon)

前端 未结 0 949
野趣味
野趣味 2020-12-30 08:09

I write a class and want that it inherits all params of Thread.

class ThreadExtension(threading.Thread):

    def __init__(self, group=None, target=None, name         


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