Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ toggle
Method
toggle
PythonAPI/examples/no_rendering_mode.py:245–247 ·
view source on GitHub ↗
Toggles display of help text
(self)
Source
from the content-addressed store, hash-verified
243
self.surface.set_alpha(220)
244
245
def
toggle(self):
246
""
"Toggles display of help text"
""
247
self._render = not self._render
248
249
def
render(self, display):
250
""
"Renders the help text, if enabled"
""
Callers
1
_parse_events
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected