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

Function calc8

gui_calculator.py:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59
60def calc8():
61 b = txt1.get()
62 txt1.delete(0, END)
63 b1 = b + btn8["text"]
64 txt1.insert(0, b1)
65
66
67def calc9():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected