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

Function PauseMessage

recipes/Python/577405_Penrose_Tiler/recipe-577405.py:355–360  ·  view source on GitHub ↗
(cText)

Source from the content-addressed store, hash-verified

353 self.priority = self.angle + self.dist / nW
354
355def PauseMessage(cText):
356 global lFinished
357 lFinished = True
358 canvas.create_text(nW/2,20,text = cText,fill = 'white', tag = 'pause')
359 raw_input()
360 canvas.delete('pause')
361
362def FillPlane(aBorder, level):
363 # a small delay allows the screen to show

Callers 2

FillPlaneFunction · 0.85
recipe-577405.pyFile · 0.85

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected