Esempio n. 1
0
 def __init__(self):
     """__init__(LogMath self) -> LogMath"""
     this = _sphinxbase.new_LogMath()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Esempio n. 2
0
 def __init__(self, *args): 
     """
     __init__(LogMath self) -> LogMath
     __init__(LogMath self, logmath_t * ptr) -> LogMath
     """
     this = _sphinxbase.new_LogMath(*args)
     try: self.this.append(this)
     except: self.this = this
 def __init__(self, *args): 
     """
     __init__(LogMath self) -> LogMath
     __init__(LogMath self, logmath_t * ptr) -> LogMath
     """
     this = _sphinxbase.new_LogMath(*args)
     try: self.this.append(this)
     except: self.this = this
Esempio n. 4
0
 def __init__(self):
     r"""__init__(LogMath self) -> LogMath"""
     _sphinxbase.LogMath_swiginit(self, _sphinxbase.new_LogMath())
Esempio n. 5
0
 def __init__(self, *args):
     r"""
     __init__(LogMath self) -> LogMath
     __init__(LogMath self, logmath_t * ptr) -> LogMath
     """
     _sphinxbase.LogMath_swiginit(self, _sphinxbase.new_LogMath(*args))