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

Function calc4

gui_calculator.py:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def calc4():
33 b = txt1.get()
34 txt1.delete(0, END)
35 b1 = b + btn4["text"]
36 txt1.insert(0, b1)
37
38
39def calc5():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected