Commit 68033aa9 authored by Pavel Vainerman's avatar Pavel Vainerman

(uniset-python): swig перегенерировал файлы...

parent 807617b0
# This file was automatically generated by SWIG (http://www.swig.org). # This file was automatically generated by SWIG (http://www.swig.org).
# Version 2.0.10 # Version 3.0.0
# #
# Do not make changes to this file unless you know what you are doing--modify # Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead. # the SWIG interface file instead.
from sys import version_info from sys import version_info
if version_info >= (2,6,0): if version_info >= (2,6,0):
def swig_import_helper(): def swig_import_helper():
...@@ -62,7 +64,7 @@ class Params: ...@@ -62,7 +64,7 @@ class Params:
__getattr__ = lambda self, name: _swig_getattr(self, Params, name) __getattr__ = lambda self, name: _swig_getattr(self, Params, name)
__repr__ = _swig_repr __repr__ = _swig_repr
max = _pyUConnector.Params_max max = _pyUConnector.Params_max
def __init__(self): def __init__(self):
this = _pyUConnector.new_Params() this = _pyUConnector.new_Params()
try: self.this.append(this) try: self.this.append(this)
except: self.this = this except: self.this = this
...@@ -89,7 +91,7 @@ class UConnector: ...@@ -89,7 +91,7 @@ class UConnector:
__swig_getmethods__ = {} __swig_getmethods__ = {}
__getattr__ = lambda self, name: _swig_getattr(self, UConnector, name) __getattr__ = lambda self, name: _swig_getattr(self, UConnector, name)
__repr__ = _swig_repr __repr__ = _swig_repr
def __init__(self, *args): def __init__(self, *args):
this = _pyUConnector.new_UConnector(*args) this = _pyUConnector.new_UConnector(*args)
try: self.this.append(this) try: self.this.append(this)
except: self.this = this except: self.this = this
...@@ -108,3 +110,5 @@ UConnector_swigregister = _pyUConnector.UConnector_swigregister ...@@ -108,3 +110,5 @@ UConnector_swigregister = _pyUConnector.UConnector_swigregister
UConnector_swigregister(UConnector) UConnector_swigregister(UConnector)
# This file is compatible with both classic and new-style classes. # This file is compatible with both classic and new-style classes.
# This file was automatically generated by SWIG (http://www.swig.org). # This file was automatically generated by SWIG (http://www.swig.org).
# Version 2.0.10 # Version 3.0.0
# #
# Do not make changes to this file unless you know what you are doing--modify # Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead. # the SWIG interface file instead.
from sys import version_info from sys import version_info
if version_info >= (2,6,0): if version_info >= (2,6,0):
def swig_import_helper(): def swig_import_helper():
...@@ -61,7 +63,7 @@ class UException: ...@@ -61,7 +63,7 @@ class UException:
__swig_getmethods__ = {} __swig_getmethods__ = {}
__getattr__ = lambda self, name: _swig_getattr(self, UException, name) __getattr__ = lambda self, name: _swig_getattr(self, UException, name)
__repr__ = _swig_repr __repr__ = _swig_repr
def __init__(self, *args): def __init__(self, *args):
this = _pyUExceptions.new_UException(*args) this = _pyUExceptions.new_UException(*args)
try: self.this.append(this) try: self.this.append(this)
except: self.this = this except: self.this = this
...@@ -81,7 +83,7 @@ class UTimeOut(UException): ...@@ -81,7 +83,7 @@ class UTimeOut(UException):
for _s in [UException]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{})) for _s in [UException]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{}))
__getattr__ = lambda self, name: _swig_getattr(self, UTimeOut, name) __getattr__ = lambda self, name: _swig_getattr(self, UTimeOut, name)
__repr__ = _swig_repr __repr__ = _swig_repr
def __init__(self, *args): def __init__(self, *args):
this = _pyUExceptions.new_UTimeOut(*args) this = _pyUExceptions.new_UTimeOut(*args)
try: self.this.append(this) try: self.this.append(this)
except: self.this = this except: self.this = this
...@@ -98,7 +100,7 @@ class USysError(UException): ...@@ -98,7 +100,7 @@ class USysError(UException):
for _s in [UException]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{})) for _s in [UException]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{}))
__getattr__ = lambda self, name: _swig_getattr(self, USysError, name) __getattr__ = lambda self, name: _swig_getattr(self, USysError, name)
__repr__ = _swig_repr __repr__ = _swig_repr
def __init__(self, *args): def __init__(self, *args):
this = _pyUExceptions.new_USysError(*args) this = _pyUExceptions.new_USysError(*args)
try: self.this.append(this) try: self.this.append(this)
except: self.this = this except: self.this = this
...@@ -108,3 +110,5 @@ USysError_swigregister = _pyUExceptions.USysError_swigregister ...@@ -108,3 +110,5 @@ USysError_swigregister = _pyUExceptions.USysError_swigregister
USysError_swigregister(USysError) USysError_swigregister(USysError)
# This file is compatible with both classic and new-style classes. # This file is compatible with both classic and new-style classes.
# This file was automatically generated by SWIG (http://www.swig.org). # This file was automatically generated by SWIG (http://www.swig.org).
# Version 2.0.10 # Version 3.0.0
# #
# Do not make changes to this file unless you know what you are doing--modify # Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead. # the SWIG interface file instead.
from sys import version_info from sys import version_info
if version_info >= (2,6,0): if version_info >= (2,6,0):
def swig_import_helper(): def swig_import_helper():
......
# This file was automatically generated by SWIG (http://www.swig.org). # This file was automatically generated by SWIG (http://www.swig.org).
# Version 2.0.10 # Version 3.0.0
# #
# Do not make changes to this file unless you know what you are doing--modify # Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead. # the SWIG interface file instead.
from sys import version_info from sys import version_info
if version_info >= (2,6,0): if version_info >= (2,6,0):
def swig_import_helper(): def swig_import_helper():
...@@ -98,7 +100,7 @@ class Params: ...@@ -98,7 +100,7 @@ class Params:
__getattr__ = lambda self, name: _swig_getattr(self, Params, name) __getattr__ = lambda self, name: _swig_getattr(self, Params, name)
__repr__ = _swig_repr __repr__ = _swig_repr
max = _pyUniSet.Params_max max = _pyUniSet.Params_max
def __init__(self): def __init__(self):
this = _pyUniSet.new_Params() this = _pyUniSet.new_Params()
try: self.this.append(this) try: self.this.append(this)
except: self.this = this except: self.this = this
...@@ -125,7 +127,7 @@ class UException(Exception): ...@@ -125,7 +127,7 @@ class UException(Exception):
__swig_getmethods__ = {} __swig_getmethods__ = {}
__getattr__ = lambda self, name: _swig_getattr(self, UException, name) __getattr__ = lambda self, name: _swig_getattr(self, UException, name)
__repr__ = _swig_repr __repr__ = _swig_repr
def __init__(self, *args): def __init__(self, *args):
this = _pyUniSet.new_UException(*args) this = _pyUniSet.new_UException(*args)
try: self.this.append(this) try: self.this.append(this)
except: self.this = this except: self.this = this
...@@ -145,7 +147,7 @@ class UTimeOut(UException): ...@@ -145,7 +147,7 @@ class UTimeOut(UException):
for _s in [UException]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{})) for _s in [UException]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{}))
__getattr__ = lambda self, name: _swig_getattr(self, UTimeOut, name) __getattr__ = lambda self, name: _swig_getattr(self, UTimeOut, name)
__repr__ = _swig_repr __repr__ = _swig_repr
def __init__(self, *args): def __init__(self, *args):
this = _pyUniSet.new_UTimeOut(*args) this = _pyUniSet.new_UTimeOut(*args)
try: self.this.append(this) try: self.this.append(this)
except: self.this = this except: self.this = this
...@@ -162,7 +164,7 @@ class USysError(UException): ...@@ -162,7 +164,7 @@ class USysError(UException):
for _s in [UException]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{})) for _s in [UException]: __swig_getmethods__.update(getattr(_s,'__swig_getmethods__',{}))
__getattr__ = lambda self, name: _swig_getattr(self, USysError, name) __getattr__ = lambda self, name: _swig_getattr(self, USysError, name)
__repr__ = _swig_repr __repr__ = _swig_repr
def __init__(self, *args): def __init__(self, *args):
this = _pyUniSet.new_USysError(*args) this = _pyUniSet.new_USysError(*args)
try: self.this.append(this) try: self.this.append(this)
except: self.this = this except: self.this = this
...@@ -172,3 +174,5 @@ USysError_swigregister = _pyUniSet.USysError_swigregister ...@@ -172,3 +174,5 @@ USysError_swigregister = _pyUniSet.USysError_swigregister
USysError_swigregister(USysError) USysError_swigregister(USysError)
# This file is compatible with both classic and new-style classes. # This file is compatible with both classic and new-style classes.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment