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

Method populatePanel

gui/preferenceView.py:31–32  ·  view source on GitHub ↗
(self, panel)

Source from the content-addressed store, hash-verified

29 PreferenceView.views.append(cls())
30
31 def populatePanel(self, panel):
32 raise NotImplementedError()
33
34 def refreshPanel(self, fit):
35 raise NotImplementedError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected