Can threads share common data elements when all belong to the same class?

后端 未结 0 1220
南方客
南方客 2020-12-13 10:30

I have a class A that has a dictionary with other nested dictionaries.

class A():
   def __init__(self,_dict):
      self._dict = _dict
 

   def         


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