Beispiel #1
0
 def __init__(self, *args):
     this = _EST_Item.new_EST_Item(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Beispiel #2
0
 def __init__(self, *args): 
     this = _EST_Item.new_EST_Item(*args)
     try: self.this.append(this)
     except: self.this = this