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

Function calc7

gui_calculator.py:53–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52
53def calc7():
54 b = txt1.get()
55 txt1.delete(0, END)
56 b1 = b + btn7["text"]
57 txt1.insert(0, b1)
58
59
60def calc8():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected