How to use Python multiprocessing and subprocess to run Pytype on different files in parallel?
I have thousands of Python files to run PyType on, which will take months. Thus, I am trying to use Python multiprocessing to create multiple processes and use each process to run PyType on a separate file to speed up the running.