Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getColumn
Method
getColumn
gui/viewColumn.py:47–48 ·
view source on GitHub ↗
(cls, name)
Source
from the content-addressed store, hash-verified
45
46
@classmethod
47
def
getColumn(cls, name):
48
return
ViewColumn.columns[name]
49
50
def
getRestrictions(self):
51
raise
NotImplementedError()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected