Return the Process object corresponding to the parent process of the current_process(). For the main process, parent_process will be None.
multiprocessing.parent_process()