コード例 #1
0
ファイル: example.py プロジェクト: gomolyakoi/openncc
 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