Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ add
Function
add
gui_calculator.py:86–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
85
86
def
add():
87
global x
88
add.b = eval(txt1.get())
89
txt1.delete(0, END)
90
x = x + 1
91
92
93
def
subtract():
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected