MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / _init_data_params

Method _init_data_params

PythonAPI/examples/no_rendering_mode.py:287–291  ·  view source on GitHub ↗

Initializes the content data structures

(self)

Source from the content-addressed store, hash-verified

285 (self.dim[0], 40), (0, self.dim[1] - 40))
286
287 def _init_data_params(self):
288 """Initializes the content data structures"""
289 self.show_info = True
290 self.show_actor_ids = False
291 self._info_text = {}
292
293 def notification(self, text, seconds=2.0):
294 """Shows fading texts for some specified seconds"""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected