Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ calc9
Function
calc9
gui_calculator.py:67–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
66
67
def
calc9():
68
b = txt1.get()
69
txt1.delete(0, END)
70
b1 = b + btn9[
"text"
]
71
txt1.insert(0, b1)
72
73
74
def
calc0():
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