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

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -