• Main Page
  • Namespaces
  • Classes
  • Files
  • File List

/home/mark/model/software/ScrumPy/ScrumPy/Structural/clib/ElModes/test/test.py

00001 # This file was created automatically by SWIG.
00002 # Don't modify this file, modify the SWIG interface instead.
00003 # This file is compatible with both classic and new-style classes.
00004 
00005 import _test
00006 
00007 def _swig_setattr(self,class_type,name,value):
00008     if (name == "this"):
00009         if isinstance(value, class_type):
00010             self.__dict__[name] = value.this
00011             if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown
00012             del value.thisown
00013             return
00014     method = class_type.__swig_setmethods__.get(name,None)
00015     if method: return method(self,value)
00016     self.__dict__[name] = value
00017 
00018 def _swig_getattr(self,class_type,name):
00019     method = class_type.__swig_getmethods__.get(name,None)
00020     if method: return method(self)
00021     raise AttributeError,name
00022 
00023 import types
00024 try:
00025     _object = types.ObjectType
00026     _newclass = 1
00027 except AttributeError:
00028     class _object : pass
00029     _newclass = 0
00030 del types
00031 
00032 
00033 reportmpq = _test.reportmpq
00034 
00035 

Generated on Tue Sep 4 2012 15:38:02 for ScrumPy by  doxygen 1.7.1