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

Method __stop

recipes/Python/473881_splitandjoinpy/recipe-473881.py:81–86  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

79
80 # stop the reminder thread
81 def __stop(self, message):
82 global THREAD_FLAG
83 THREAD_FLAG = False
84 time.sleep(0.25)
85 os.system('cls')
86 print message
87
88 # get the signature of the file specified by path
89 def __signature(self, path):

Callers 2

splitMethod · 0.95
joinMethod · 0.95

Calls 1

sleepMethod · 0.45

Tested by

no test coverage detected