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

Method openWXInspectTool

gui/mainFrame.py:989–998  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

987 del self.waitDialog
988
989 def openWXInspectTool(self, event):
990 if not InspectionTool().initialized:
991 InspectionTool().Init()
992
993 # Find a widget to be selected in the tree. Use either the
994 # one under the cursor, if any, or this frame.
995 wnd, _ = wx.FindWindowAtPointer()
996 if not wnd:
997 wnd = self
998 InspectionTool().Show(wnd, True)

Callers

nothing calls this directly

Calls 1

ShowMethod · 0.45

Tested by

no test coverage detected