src/eric7/DebugClients/Python/AsyncFile.py

branch
eric7
changeset 11162
72c5e052996a
parent 11158
54a10654770d
equal deleted inserted replaced
11161:d24aca31b766 11162:72c5e052996a
66 self.newlines = None 66 self.newlines = None
67 self.line_buffering = False 67 self.line_buffering = False
68 68
69 self.writeLock = threading.RLock() 69 self.writeLock = threading.RLock()
70 self.wpending = [] 70 self.wpending = []
71
72 self.buffer = self
73 # The 'io.BufferedWriter' object points to ourselves.
74 71
75 def __checkMode(self, mode): 72 def __checkMode(self, mode):
76 """ 73 """
77 Private method to check the mode. 74 Private method to check the mode.
78 75

eric ide

mercurial