MCPcopy Index your code
hub / github.com/geekcomputers/Python / add_Button

Function add_Button

Todo_GUi.py:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5# Function to be called when button is clicked
6def add_Button():
7 task = Input.get()
8 if task:
9 List.insert(tk.END, task)
10 Input.delete(0, tk.END)
11
12
13def del_Button():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
insertMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected