DebugClients/Python3/AsyncFile.py

branch
6_1_x
changeset 4541
e8ddd9d76414
parent 4021
195a471c327b
child 4563
881340f4bd0c
child 4632
ca310db386ed
equal deleted inserted replaced
4539:beac8323fa9e 4541:e8ddd9d76414
323 323
324 @param list the list to be written (list of string) 324 @param list the list to be written (list of string)
325 """ 325 """
326 for l in list: 326 for l in list:
327 self.write(l) 327 self.write(l)
328
329 #
330 # eflag: noqa = M702

eric ide

mercurial