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

Method spawnMenu

gui/characterEditor.py:760–767  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

758 wx.PostEvent(charEditor, GE.CharChanged())
759
760 def spawnMenu(self, event):
761 context = (("implantEditor",),)
762 menu = ContextMenu.getMenu(self, None, None, *context)
763
764 if menu:
765 self.PopupMenu(menu)
766 else:
767 pyfalog.debug("ContextMenu.getMenu returned false do not attempt PopupMenu")
768
769 def determineEnabled(self):
770 char = self.Parent.Parent.entityEditor.getActiveEntity()

Callers

nothing calls this directly

Calls 1

getMenuMethod · 0.80

Tested by

no test coverage detected