Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ calc2
Function
calc2
gui_calculator.py:18–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
calc2():
19
b = txt1.get()
20
txt1.delete(0, END)
21
b1 = b + btn2[
"text"
]
22
txt1.insert(0, b1)
23
24
25
def
calc3():
Callers
nothing calls this directly
Calls
3
get
Method · 0.45
delete
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected