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

Method ExpandOrDelete

gui/builtinItemStatsViews/itemAttributes.py:220–224  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

218 self.processed_attribs.add(attr)
219
220 def ExpandOrDelete(self, item):
221 if self.paramList.GetChildrenCount(item) == 0:
222 self.paramList.Delete(item)
223 else:
224 self.paramList.Expand(item)
225
226 def PopulateList(self):
227 # self.paramList.setResizeColumn(0)

Callers 1

PopulateListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected