I have a class like the below:
Class a: def fn1(self): p1=multiprocessing.Process(self.fn2, (arg1,) p1.start() p1.join() def fn2(s