tests/python/py_ext_0@py_ext/pyfile.xml
changeset 2692 d4bede6cd3f1
parent 2680 6bfed6757495
child 2699 467ff0e58327
--- a/tests/python/py_ext_0@py_ext/pyfile.xml	Tue Sep 15 13:57:06 2020 +0200
+++ b/tests/python/py_ext_0@py_ext/pyfile.xml	Tue Oct 20 00:23:52 2020 +0200
@@ -2,7 +2,7 @@
 <PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <variables>
     <variable name="SomeVarName" type="DINT" onchange="MyFunc"/>
-    <variable name="Grumpf" type="STRING" initial="'mhoo'" onchange="MyFunc"/>
+    <variable name="Grumpf" type="STRING" initial="'mhoo'" onchange="MyFunc, MyOtherFunc"/>
   </variables>
   <globals>
     <xhtml:p><![CDATA[
@@ -12,6 +12,10 @@
 def MyFunc(*args):
     print args
 
+def MyOtherFunc(*args):
+    print "other", args
+
+
 ]]></xhtml:p>
   </globals>
   <init>