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

Function calc5

gui_calculator.py:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def calc5():
40 b = txt1.get()
41 txt1.delete(0, END)
42 b1 = b + btn5["text"]
43 txt1.insert(0, b1)
44
45
46def calc6():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected