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 |