python - Can I use a function from parent process in the child process? -
i made gui in python started through menu item existing application. existing app has function takes screenshot of app's current window. want call function gui created. there method can
id = os.getppid() id.parent_function() and use parent process function in child process?
i'm coding in unix environment.
Comments
Post a Comment