def __init__(self, *args): 
     if self.__class__ == InputManager:
         args = (None,) + args
     else:
         args = (self,) + args
     this = _InputManager.new_InputManager(*args)
     try: self.this.append(this)
     except: self.this = this
Exemplo n.º 2
0
 def __init__(self):
     if self.__class__ == InputManager:
         _self = None
     else:
         _self = self
     this = _InputManager.new_InputManager(_self)
     try:
         self.this.append(this)
     except:
         self.this = this
Exemplo n.º 3
0
 def __init__(self):
     if self.__class__ == InputManager:
         _self = None
     else:
         _self = self
     this = _InputManager.new_InputManager(_self, )
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this