Ejemplo n.º 1
0
 def __init__(self, ptr):
     """__init__(Feature self, feat_t * ptr) -> Feature"""
     this = _sphinxbase.new_Feature(ptr)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Ejemplo n.º 2
0
 def __init__(self):
     """__init__(Feature self) -> Feature"""
     this = _sphinxbase.new_Feature()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Ejemplo n.º 3
0
 def __init__(self, *args):
     """__init__(Feature self, feat_t * ptr) -> Feature"""
     this = _sphinxbase.new_Feature(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Ejemplo n.º 4
0
 def __init__(self, ptr):
     """__init__(Feature self, feat_t * ptr) -> Feature"""
     this = _sphinxbase.new_Feature(ptr)
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Ejemplo n.º 5
0
 def __init__(self, *args): 
     """__init__(Feature self, feat_t * ptr) -> Feature"""
     this = _sphinxbase.new_Feature(*args)
     try: self.this.append(this)
     except: self.this = this
Ejemplo n.º 6
0
 def __init__(self):
     r"""__init__(Feature self) -> Feature"""
     _sphinxbase.Feature_swiginit(self, _sphinxbase.new_Feature())
Ejemplo n.º 7
0
 def __init__(self, ptr):
     r"""__init__(Feature self, feat_t * ptr) -> Feature"""
     _sphinxbase.Feature_swiginit(self, _sphinxbase.new_Feature(ptr))