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

Class Entry

gui/builtinContextMenus/envEffectAdd.py:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class Entry:
30
31 def __init__(self, itemID, name, shortName):
32 self.itemID = itemID
33 self.name = name
34 self.shortName = shortName
35
36
37class AddEnvironmentEffect(ContextMenuUnconditional):

Callers 5

getEffectBeaconsMethod · 0.85
getAbyssalWeatherMethod · 0.85
getDrifterIncursionMethod · 0.85
getInvasionBeaconsMethod · 0.85
getIHubEffectsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected