()
| 3985 | update_input_labels() |
| 3986 | |
| 3987 | def 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. |
| 3993 | def new_session(): |
no test coverage detected