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

Function update_input_labels

brainworkshop.py:3987–3990  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3985 update_input_labels()
3986
3987def update_input_labels():
3988 arithmeticAnswerLabel.update()
3989 for label in input_labels:
3990 label.update()
3991
3992# this function handles initiation of a new session.
3993def new_session():

Callers 5

update_all_labelsFunction · 0.85
reset_inputFunction · 0.85
on_mouse_pressFunction · 0.85
on_key_pressFunction · 0.85
updateFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected