hx.py
Python inter-process communication
Python session object
Create a new PySession instance
Define a variable to be available to python code running in the session
Evalue the given python statement in the session, and return the result
Execute the given python code in the session and return the python session
Initialize the python session by calling the given func to do any one-time setup of the python session
Set the timeout for pyEval()