MCPcopy Index your code
hub / github.com/PlayOnLinux/POL-POM-4 / initLogDisplay

Method initLogDisplay

python/debug.py:238–248  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 pass
237
238 def initLogDisplay(self):
239 self.throttling = False
240 self.need_redisplay = False
241 self.line_buffer = ""
242 self.log_reader.Clear()
243 if not self.log_reader.IsFrozen():
244 self.log_reader.Freeze()
245 if self.logsize > 10000:
246 self.logfile.seek(self.logsize - 10000) # 10000 latest chars should be sufficient
247 else:
248 self.logfile.seek(0)
249
250
251 def list_software(self):

Callers 2

OnFocusMethod · 0.95
analyseRealMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected