MCPcopy Create free account
hub / github.com/ActiveState/code / relachee

Function relachee

recipes/Python/580671_chroma/recipe-580671.py:35–37  ·  view source on GitHub ↗
(evt)

Source from the content-addressed store, hash-verified

33
34# Suppression d'une touche de la liste
35def relachee(evt) :
36 if evt.keysym in touches :
37 touches.remove(evt.keysym)
38
39"""_______________________________________________________"""
40

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected