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

Function cls

gui_calculator.py:126–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124
125
126def cls():
127 global x
128 x = 0
129 txt1.delete(0, END)
130
131
132def multiply():

Callers 3

equalsFunction · 0.85
set_cardMethod · 0.85
loadMethod · 0.85

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected