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

Function calc0

gui_calculator.py:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73
74def calc0():
75 b = txt1.get()
76 txt1.delete(0, END)
77 b1 = b + btn0["text"]
78 txt1.insert(0, b1)
79
80
81# Functions(operators)

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected