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

Method getView

gui/statsView.py:32–33  ·  view source on GitHub ↗
(cls, name)

Source from the content-addressed store, hash-verified

30
31 @classmethod
32 def getView(cls, name):
33 return cls.views[name]
34
35 def populatePanel(self, panel):
36 raise NotImplementedError()

Callers 4

__init__Method · 0.45
switchToFirepowerViewMethod · 0.45
displayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected