|
@@ -40,13 +40,13 @@ class globCL():
|
40
|
40
|
pass
|
41
|
41
|
|
42
|
42
|
|
43
|
|
-p("300 globCL.init_cnt:",globCL.init_cnt)
|
44
|
|
-glob_cl_a = globCL()
|
45
|
|
-p("400 globCL.init_cnt:",globCL.init_cnt)
|
46
|
|
-glob_cl_b = globCL()
|
47
|
|
-p("501 globCL.init_cnt:",globCL.init_cnt)
|
|
43
|
+# p("300 globCL.init_cnt:",globCL.init_cnt)
|
|
44
|
+glob_cl = globCL()
|
|
45
|
+# p("400 globCL.init_cnt:",globCL.init_cnt)
|
|
46
|
+# glob_cl_b = globCL()
|
|
47
|
+# p("501 globCL.init_cnt:",globCL.init_cnt)
|
48
|
48
|
|
49
|
|
-print("..",end="\n",flush=True)
|
|
49
|
+# print("..",end="\n",flush=True)
|
50
|
50
|
|
51
|
51
|
|
52
|
52
|
|