We need a method to execute arbitrary code which was received via a network connection. Look into the exec parts of python. This needs to be implemented in cluster/utils.py
Resources:
https://docs.python.org/3.5/library/functions.html?highlight=exec#exec
We need a method to execute arbitrary code which was received via a network connection. Look into the
execparts of python. This needs to be implemented incluster/utils.pyResources:
https://docs.python.org/3.5/library/functions.html?highlight=exec#exec