Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ calc4
Function
calc4
gui_calculator.py:32–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
32
def
calc4():
33
b = txt1.get()
34
txt1.delete(0, END)
35
b1 = b + btn4[
"text"
]
36
txt1.insert(0, b1)
37
38
39
def
calc5():
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