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

Method __start

recipes/Python/473881_splitandjoinpy/recipe-473881.py:75–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73
74 # start the reminder thread
75 def __start(self):
76 global THREAD_FLAG
77 THREAD_FLAG = True
78 thread.start_new_thread(self.__working, ())
79
80 # stop the reminder thread
81 def __stop(self, message):

Callers 2

splitMethod · 0.95
joinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected