MCPcopy Index your code
hub / github.com/geekcomputers/Python / calc2

Function calc2

gui_calculator.py:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def calc2():
19 b = txt1.get()
20 txt1.delete(0, END)
21 b1 = b + btn2["text"]
22 txt1.insert(0, b1)
23
24
25def calc3():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected