MCPcopy 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
86def add():
87 global x
88 add.b = eval(txt1.get())
89 txt1.delete(0, END)
90 x = x + 1
91
92
93def subtract():

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected