def __init__(self, ptr):
     """__init__(FrontEnd self, fe_t * ptr) -> FrontEnd"""
     this = _sphinxbase.new_FrontEnd(ptr)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Beispiel #2
0
 def __init__(self):
     """__init__(FrontEnd self) -> FrontEnd"""
     this = _sphinxbase.new_FrontEnd()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Beispiel #3
0
 def __init__(self, *args):
     """__init__(FrontEnd self, fe_t * ptr) -> FrontEnd"""
     this = _sphinxbase.new_FrontEnd(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Beispiel #4
0
 def __init__(self, ptr):
     """__init__(FrontEnd self, fe_t * ptr) -> FrontEnd"""
     this = _sphinxbase.new_FrontEnd(ptr)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
 def __init__(self, *args): 
     """__init__(FrontEnd self, fe_t * ptr) -> FrontEnd"""
     this = _sphinxbase.new_FrontEnd(*args)
     try: self.this.append(this)
     except: self.this = this
Beispiel #6
0
 def __init__(self):
     r"""__init__(FrontEnd self) -> FrontEnd"""
     _sphinxbase.FrontEnd_swiginit(self, _sphinxbase.new_FrontEnd())
Beispiel #7
0
 def __init__(self, ptr):
     r"""__init__(FrontEnd self, fe_t * ptr) -> FrontEnd"""
     _sphinxbase.FrontEnd_swiginit(self, _sphinxbase.new_FrontEnd(ptr))