DebugClients/Python/AsyncFile.py

changeset 790
2c0ea0163ef4
parent 111
1887e3af7b74
child 791
9ec2ac20e54e
equal deleted inserted replaced
789:c190cd71b097 790:2c0ea0163ef4
288 Public method to write a list of strings to the file. 288 Public method to write a list of strings to the file.
289 289
290 @param list the list to be written (list of string) 290 @param list the list to be written (list of string)
291 """ 291 """
292 map(self.write,list) 292 map(self.write,list)
293
294 #
295 # eflag: FileType = Python2

eric ide

mercurial