MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / openOne

Method openOne

graphs/gui/frame.py:107–109  ·  view source on GitHub ↗
(cls, parent, *args, **kwargs)

Source from the content-addressed store, hash-verified

105
106 @classmethod
107 def openOne(cls, parent, *args, **kwargs):
108 if canvasPanel.graphFrame_enabled:
109 super().openOne(parent, *args, **kwargs)
110
111 def UpdateWindowSize(self):
112 curW, curH = self.GetSize()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected