MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getName

Method getName

gui/additionsPane.py:99–100  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

97 self.notebook.SetSelection(self.PANES.index(name), focus=focus)
98
99 def getName(self, idx):
100 return self.PANES[idx]
101
102 def ToggleContent(self, event):
103 TogglePanel.ToggleContent(self, event)

Callers 1

pageChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected