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
示例#2
0
 def __init__(self):
     """__init__(FrontEnd self) -> FrontEnd"""
     this = _sphinxbase.new_FrontEnd()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
示例#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
示例#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
示例#6
0
 def __init__(self):
     r"""__init__(FrontEnd self) -> FrontEnd"""
     _sphinxbase.FrontEnd_swiginit(self, _sphinxbase.new_FrontEnd())
示例#7
0
 def __init__(self, ptr):
     r"""__init__(FrontEnd self, fe_t * ptr) -> FrontEnd"""
     _sphinxbase.FrontEnd_swiginit(self, _sphinxbase.new_FrontEnd(ptr))