Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ calc0
Function
calc0
gui_calculator.py:74–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
73
74
def
calc0():
75
b = txt1.get()
76
txt1.delete(0, END)
77
b1 = b + btn0[
"text"
]
78
txt1.insert(0, b1)
79
80
81
# Functions(operators)
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