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

Method toggle_recording

PythonAPI/examples/manual_control.py:951–953  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

949 self.set_sensor(self.index + 1)
950
951 def toggle_recording(self):
952 self.recording = not self.recording
953 self.hud.notification('Recording %s' % ('On' if self.recording else 'Off'))
954
955 def render(self, display):
956 if self.surface is not None:

Callers 1

parse_eventsMethod · 0.45

Calls 1

notificationMethod · 0.45

Tested by

no test coverage detected