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

Function toggle_manual_mode

brainworkshop.py:4361–4370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4359 mode.current_operation, variable)
4360
4361def toggle_manual_mode():
4362 if mode.manual:
4363 mode.manual = False
4364 else:
4365 mode.manual = True
4366
4367 #if not mode.manual:
4368 #mode.enforce_standard_mode()
4369
4370 update_all_labels()
4371
4372def set_user(newuser):
4373 global cfg

Callers 1

on_key_pressFunction · 0.85

Calls 1

update_all_labelsFunction · 0.85

Tested by

no test coverage detected