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

Method OnCollapsed

gui/builtinMarketBrowser/marketTree.py:82–84  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

80 self.SortChildren(root)
81
82 def OnCollapsed(self, event):
83 self.CollapseAllChildren(event.Item)
84 event.Skip()
85
86 def jump(self, item):
87 """Open market group and meta tab of given item"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected