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

Function calc3

gui_calculator.py:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def calc3():
26 b = txt1.get()
27 txt1.delete(0, END)
28 b1 = b + btn3["text"]
29 txt1.insert(0, b1)
30
31
32def calc4():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected