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

Method __init__

gui/builtinContextMenus/envEffectAdd.py:18–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16class Group:
17
18 def __init__(self):
19 self.groups = OrderedDict()
20 self.items = []
21
22 def sort(self):
23 self.groups = OrderedDict((k, self.groups[k]) for k in sorted(self.groups))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected