MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / HideLogFile

Method HideLogFile

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

Source from the content-addressed store, hash-verified

114 self.splitter.SetSashPosition(200)
115
116 def HideLogFile(self):
117 self.splitter.Unsplit()
118 self.splitter.SplitVertically(self.list_game,self.panelEmpty)
119 self.splitter.SetSashPosition(200)
120
121 def AppendStyledText(self, line):
122 ins = self.log_reader.GetInsertionPoint()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected