DebugClients/Python/AsyncIO.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 792
a13346916170
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
82 Public method to write a string. 82 Public method to write a string.
83 83
84 @param s the data to be written (string) 84 @param s the data to be written (string)
85 """ 85 """
86 self.wbuf = self.wbuf + s 86 self.wbuf = self.wbuf + s
87
88 #
89 # eflag: FileType = Python2

eric ide

mercurial