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

Method split

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

Source from the content-addressed store, hash-verified

37
38 # wrap the splitter engine
39 def split(self):
40 global THREAD_FLAG
41 if not THREAD_FLAG:
42 self.__root.withdraw()
43 self.__start()
44 try:
45 self.__do_split()
46 self.__stop('SPLIT - DONE')
47 except:
48 self.__stop('SPLIT - FAIL')
49 self.__root.deiconify()
50
51 # wrap the joiner engine
52 def join(self):

Callers 15

_parse_optmapMethod · 0.45
mainFunction · 0.45
downloaderFunction · 0.45
mainFunction · 0.45
WriteLineMethod · 0.45
exportFunction · 0.45
writeMethod · 0.45
respuestaMethod · 0.45
__getattr__Method · 0.45
uptimeFunction · 0.45
split_listFunction · 0.45
mainFunction · 0.45

Calls 3

__startMethod · 0.95
__do_splitMethod · 0.95
__stopMethod · 0.95

Tested by

no test coverage detected