(self)
| 3951 | play_music(percent) |
| 3952 | |
| 3953 | def clear(self): |
| 3954 | self.history = [] |
| 3955 | self.sessions_today = 0 |
| 3956 | self.time_today = 0 |
| 3957 | self.sessions_thours = 0 |
| 3958 | self.time_thours = 0 |
| 3959 | |
| 3960 | def update_all_labels(do_analysis=False): |
| 3961 | updateLabel.update() |
no outgoing calls
no test coverage detected