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

Function cheeky

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

Source from the content-addressed store, hash-verified

37 c.tongue_out = False
38
39def cheeky(event):
40 toggle_tongue()
41 toggle_pupils()
42 hide_happy(event)
43 win.after(1000,toggle_tongue)
44 win.after(1000,toggle_pupils)
45 return
46
47def show_happy(event):
48 if(20 <= event.x and event.x < 350) and (20 <= event.y and event.y <= 350):

Callers

nothing calls this directly

Calls 3

toggle_tongueFunction · 0.85
toggle_pupilsFunction · 0.85
hide_happyFunction · 0.85

Tested by

no test coverage detected