]> gerrit.simantics Code Review - simantics/python.git/blob - org.simantics.pythonlink/scl/PythonVariable.scl
Added support for dynamically typed data access and a Variable interface.
[simantics/python.git] / org.simantics.pythonlink / scl / PythonVariable.scl
1 include "Python"\r
2 include "Simantics/Variables"\r
3 \r
4 importJava "org.simantics.pythonlink.Python" where\r
5     getPythonContextVariable :: PythonContext -> <Proc> Variable\r