Changeset fff0e75 in observatorio


Ignore:
Timestamp:
Oct 27, 2014, 6:13:25 PM (10 years ago)
Author:
Jose Ruiz <joseruiz@…>
Branches:
master
Children:
24668a6
Parents:
a2621a3
Message:

actualizado el modulo python para construir las redes de sigesic con la correccion

Location:
procesos/extapps/chains
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • procesos/extapps/chains/svg_sigesic_builder.py

    r9fb7aef rfff0e75  
    11# This file was automatically generated by SWIG (http://www.swig.org).
    2 # Version 2.0.7
     2# Version 1.3.40
    33#
    44# Do not make changes to this file unless you know what you are doing--modify
    55# the SWIG interface file instead.
    6 
    7 
     6# This file is compatible with both classic and new-style classes.
    87
    98from sys import version_info
     
    4140    method = class_type.__swig_setmethods__.get(name,None)
    4241    if method: return method(self,value)
    43     if (not static):
     42    if (not static) or hasattr(self,name):
    4443        self.__dict__[name] = value
    4544    else:
     
    7877    __del__ = lambda self : None;
    7978    def value(self): return _svg_sigesic_builder.SwigPyIterator_value(self)
    80     def incr(self, n=1): return _svg_sigesic_builder.SwigPyIterator_incr(self, n)
    81     def decr(self, n=1): return _svg_sigesic_builder.SwigPyIterator_decr(self, n)
     79    def incr(self, n = 1): return _svg_sigesic_builder.SwigPyIterator_incr(self, n)
     80    def decr(self, n = 1): return _svg_sigesic_builder.SwigPyIterator_decr(self, n)
    8281    def distance(self, *args): return _svg_sigesic_builder.SwigPyIterator_distance(self, *args)
    8382    def equal(self, *args): return _svg_sigesic_builder.SwigPyIterator_equal(self, *args)
     
    148147  return _svg_sigesic_builder.buildSvg(*args)
    149148buildSvg = _svg_sigesic_builder.buildSvg
    150 # This file is compatible with both classic and new-style classes.
    151149
    152150
Note: See TracChangeset for help on using the changeset viewer.