示例#1
0
 def __init__(self):
     this = _example.new_Example()
     try:
         self.this.append(this)
     except Exception:
         self.this = this
示例#2
0
文件: example.py 项目: sundyCoder/CSK
 def __init__(self):
     this = _example.new_Example()
     try:
         self.this.append(this)
     except:
         self.this = this