Files
dev/script/test/TestDel2.py
2020-10-12 18:03:27 +02:00

22 lines
377 B
Python

import java.lang.System as System
"""
def x():
c=Channel("TESTIOC:TESTCALCOUT:Input", alias = "asd")
c=Channel("TESTIOC:TESTCALCOUT:Input")
for i in range(1):
x=Channel("TESTIOC:TESTCALCOUT:Input")
x()
import java.lang.System as System
"""
System.gc()
print "---"
c=Channel("TESTIOC:TESTCALCOUT:Input")
print "!!!"
#r=tscan(c,10,0.1)
c=None
System.gc()