您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

test_imp.py 341B

12345678910111213141516171819202122232425
  1. print("TEST IMP>>")
  2. from . import tasks_loop
  3. def run_hrld(n=0):
  4. print("glob_cl")
  5. return
  6. glob_cl = tasks_loop.glob_cl
  7. # self.groups_set = set()
  8. if glob_cl.has_cl:
  9. return
  10. glob_cl.has_cl = True
  11. if n == 2:
  12. glob_cl.run_persistent_loop2()
  13. else:
  14. glob_cl.run_persistent_loop()
  15. # glob_cl.acl = self.channel_layer
  16. # run_hrld()