PythonScript
A script engine wrapper for dynamically evaluating Python source code using the Jython engine.
Variables are bound directly to the engine without type parameter support, since Python is dynamically typed. Calls to sys.exit(), exit(), and quit() are blocked.
Parameters
nullGlobalContext
if true, sets the global scope bindings to null on initialization