tests/svgui/python@python/python.xml
author laurent
Mon, 16 May 2011 11:58:06 +0200
changeset 601 d0e3fc4b9951
parent 411 8261c8f1e365
permissions -rw-r--r--
Fix bug when debugging located variables of type memory (%M)
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Python xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="python_xsd.xsd">
<![CDATA[import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg]]>
</Python>