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

Function calc9

gui_calculator.py:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66
67def calc9():
68 b = txt1.get()
69 txt1.delete(0, END)
70 b1 = b + btn9["text"]
71 txt1.insert(0, b1)
72
73
74def calc0():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected