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