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

Method stop

Flappy Bird - created with tkinter/Tubes.py:325–330  ·  view source on GitHub ↗

Método para interromper a Thread

(self)

Source from the content-addressed store, hash-verified

323 self.__background.after(self.__animation_speed, self.run)
324
325 def stop(self):
326 """
327 Método para interromper a Thread
328 """
329
330 self.__stop = True

Callers 2

stopsongFunction · 0.45
on_createdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected