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

Method handler

gui/statsPane.py:139–145  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

137 viewName = contentPanel.viewName
138
139 def handler(event):
140 menu = ContextMenu.getMenu(self, None, None, (viewName,))
141
142 if menu is not None:
143 contentPanel.PopupMenu(menu)
144
145 event.Skip()
146
147 if ContextMenu.hasMenu(self, None, None, (viewName,)):
148 sizer = tp.GetHeaderContentSizer()

Callers

nothing calls this directly

Calls 1

getMenuMethod · 0.80

Tested by

no test coverage detected