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

Function calc6

gui_calculator.py:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def calc6():
47 b = txt1.get()
48 txt1.delete(0, END)
49 b1 = b + btn6["text"]
50 txt1.insert(0, b1)
51
52
53def calc7():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected