]> gerrit.simantics Code Review - simantics/python.git/blobdiff - 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
diff --git a/org.simantics.pythonlink/scl/PythonVariable.scl b/org.simantics.pythonlink/scl/PythonVariable.scl
new file mode 100644 (file)
index 0000000..55db31c
--- /dev/null
@@ -0,0 +1,5 @@
+include "Python"\r
+include "Simantics/Variables"\r
+\r
+importJava "org.simantics.pythonlink.Python" where\r
+    getPythonContextVariable :: PythonContext -> <Proc> Variable\r