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

Method register

gui/viewColumn.py:43–44  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

41
42 @classmethod
43 def register(cls):
44 ViewColumn.columns[cls.name] = cls
45
46 @classmethod
47 def getColumn(cls, name):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected