Python variable inheritance not working (as expected)

后端 未结 0 892
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-13 08:23

Why, in this code, can\'t I access db or file from inside do_more()?

   def do_stuff(queue):
    db = getDbConn()
    w         


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