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

Method join

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

Source from the content-addressed store, hash-verified

50
51 # wrap the joiner engine
52 def join(self):
53 global THREAD_FLAG
54 if not THREAD_FLAG:
55 self.__root.withdraw()
56 self.__start()
57 try:
58 self.__do_join()
59 self.__stop('JOIN - DONE')
60 except:
61 self.__stop('JOIN - FAIL')
62 self.__root.deiconify()
63
64 # remind the user that the program is working
65 def __working(self):

Callers 15

get_sharedconfFunction · 0.45
get_userconfFunction · 0.45
make_files_listFunction · 0.45
__do_splitMethod · 0.45
__inverseMethod · 0.45
__check_indexMethod · 0.45
__do_joinMethod · 0.45
timeoutFunction · 0.45
translateFunction · 0.45
mainFunction · 0.45
tables_and_viewsMethod · 0.45
insertMethod · 0.45

Calls 3

__startMethod · 0.95
__do_joinMethod · 0.95
__stopMethod · 0.95

Tested by

no test coverage detected