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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -