DebugClients/Python3/AsyncIO.py

branch
6_1_x
changeset 4541
e8ddd9d76414
parent 4021
195a471c327b
child 4631
5c1a96925da4
equal deleted inserted replaced
4539:beac8323fa9e 4541:e8ddd9d76414
80 Public method to write a string. 80 Public method to write a string.
81 81
82 @param s the data to be written (string) 82 @param s the data to be written (string)
83 """ 83 """
84 self.wbuf = self.wbuf + s 84 self.wbuf = self.wbuf + s
85
86 #
87 # eflag: noqa = M702

eric ide

mercurial