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

Method register

gui/contextMenu.py:40–42  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

38
39 @classmethod
40 def register(cls):
41 pyfalog.debug('registering context menu class {}'.format(cls.__name__))
42 ContextMenu.menus.append(cls)
43
44 @classmethod
45 def hasMenu(cls, callingWindow, mainItem, selection, *fullContexts):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected