This commit is contained in:
2020-10-12 18:03:27 +02:00
parent 1a6056e8b7
commit 88990832f1
33 changed files with 5872 additions and 167 deletions

21
script/test/TestDel2.py Normal file
View File

@@ -0,0 +1,21 @@
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()