diff -r e50d32c747b3 -r 467ff0e58327 tests/python/py_ext_0@py_ext/pyfile.xml --- a/tests/python/py_ext_0@py_ext/pyfile.xml Thu Dec 10 14:54:42 2020 +0100 +++ b/tests/python/py_ext_0@py_ext/pyfile.xml Thu Dec 10 15:48:15 2020 +0100 @@ -1,7 +1,7 @@ - + @@ -15,6 +15,11 @@ def MyOtherFunc(*args): print "other", args +def SomeChange(*args): + print "count",OnChange.SomeVarName.count + print "first",OnChange.SomeVarName.first + print "last",OnChange.SomeVarName.last + ]]>