MCPcopy 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
93def subtract():
94 global x
95 subtract.b = eval(txt1.get())
96 txt1.delete(0, END)
97 x = x + 2
98
99
100def get():

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected