MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / _getDisplayData

Method _getDisplayData

gui/mainFrame.py:274–279  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

272 OpenFitsThread(fits, self.closeWaitDialog)
273
274 def _getDisplayData(self):
275 displayData = []
276 for i in range(wx.Display.GetCount()):
277 display = wx.Display(i)
278 displayData.append(display.GetClientArea())
279 return displayData
280
281 def LoadMainFrameAttribs(self):
282 mainFrameDefaultAttribs = {

Callers 2

LoadMainFrameAttribsMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected