Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ calc7
Function
calc7
gui_calculator.py:53–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
52
53
def
calc7():
54
b = txt1.get()
55
txt1.delete(0, END)
56
b1 = b + btn7[
"text"
]
57
txt1.insert(0, b1)
58
59
60
def
calc8():
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