Menu

Diff of /trunk/python/python-interface.php [r34] .. [r35]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/python/python-interface.php
+++ b/trunk/python/python-interface.php
@@ -57,4 +57,12 @@
 	}';
 	file_put_contents($classfile,$classcode);
 	require_once($classfile);
+}
+
+function python_def_start($a) {
+	var_dump($a);
+}
+
+function python_def_end($a) {
+	
 }
\ No newline at end of file