Package nz.org.riskscape.cpython
package nz.org.riskscape.cpython
-
ClassDescriptionSupports sending and receiving tuples from a python process via a buffer, rather than the 'immediate mode' that normal CPython functions use.Framework for running a python function natively in CPython (as opposed to JythonFunctionFramework in nz.org.riskscape.jython) which executes the user's python code in Jython).Adds rudimentary handling of unexpected null values before we try to serialize the data (i.e.Encapsulates some higher level logic around the configured python environmentHandles spawning child CPython processes.