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

Function calc1

gui_calculator.py:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10# Functions(Keypad)
11def calc1():
12 b = txt1.get()
13 txt1.delete(0, END)
14 b1 = b + btn1["text"]
15 txt1.insert(0, b1)
16
17
18def calc2():

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
deleteMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected