MCPcopy Create free account
hub / github.com/geekcomputers/Python / resume_timer

Function resume_timer

Pomodoro (tkinter).py:147–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145
146
147def resume_timer():
148 global is_paused
149 if is_paused:
150 is_paused = False
151 count_down(remaining_time)
152 play_button.config(state=DISABLED)
153 pause_button.config(state=NORMAL)
154
155
156def set_custom_durations():

Callers

nothing calls this directly

Calls 1

count_downFunction · 0.85

Tested by

no test coverage detected