Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6
def
add_Button():
7
task = Input.get()
8
if
task:
9
List.insert(tk.END, task)
10
Input.delete(0, tk.END)
11
12
13
def
del_Button():
Callers
nothing calls this directly
Calls
3
get
Method · 0.45
insert
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected