MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / hide_happy

Function hide_happy

Screenpet/screenpet.py:57–63  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

55 return
56
57def hide_happy(event):
58 c.itemconfigure(cheek_left, state = HIDDEN)
59 c.itemconfigure(cheek_right, state = HIDDEN)
60 c.itemconfigure(mouth_happy, state = HIDDEN)
61 c.itemconfigure(mouth_normal, state = NORMAL)
62 c.itemconfigure(mouth_sad, state = HIDDEN)
63 return
64
65def sad():
66 if c.happy_level == 0:

Callers 1

cheekyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected