MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / __init__

Method __init__

brainworkshop.py:2160–2166  ·  view source on GitHub ↗

Sorta works. Not yet useful, though.

(self)

Source from the content-addressed store, hash-verified

2158
2159class OptionsScreen(Menu):
2160 def __init__(self):
2161 """
2162 Sorta works. Not yet useful, though.
2163 """
2164 options = list(cfg)
2165 options.sort()
2166 Menu.__init__(self, options=options, values=cfg, title=_('Configuration'))
2167
2168
2169class GameSelect(Menu):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected