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 |