Python subclassing multiprocessing.Lock

前端 未结 0 1983
长发绾君心
长发绾君心 2021-02-04 16:01

I\'m trying to understand why python can not compile the following class.

class SharedResource(multiprocessing.Lock):
    def __init__(self, blocking=True, timeou         


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