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

Method expand

gui/characterEditor.py:596–602  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

594 event.Skip()
595
596 def expand(self, event):
597 root = event.GetItem()
598 tree = self.skillTreeListCtrl
599 if tree.IsExpanded(root):
600 tree.Collapse(root)
601 else:
602 tree.Expand(root)
603
604 def expandLookup(self, event):
605 root = event.GetItem()

Callers

nothing calls this directly

Calls 1

IsExpandedMethod · 0.80

Tested by

no test coverage detected