]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
reindent sur Accas
authorpascale.noyret <pascale.noyret@edf.fr>
Thu, 25 Mar 2021 12:12:10 +0000 (13:12 +0100)
committerpascale.noyret <pascale.noyret@edf.fr>
Thu, 25 Mar 2021 12:12:10 +0000 (13:12 +0100)
35 files changed:
Accas/A_ASSD.py
Accas/A_AU_MOINS_UN.py
Accas/A_AU_PLUS_UN.py
Accas/A_AVANT.py
Accas/A_A_CLASSER.py
Accas/A_BLOC.py
Accas/A_ENSEMBLE.py
Accas/A_ETAPE.py
Accas/A_EVAL.py
Accas/A_EXCLUS.py
Accas/A_FACT.py
Accas/A_FICHIER.py
Accas/A_FORM.py
Accas/A_FORM_ETAPE.py
Accas/A_JDC.py
Accas/A_JDC_CATA.py
Accas/A_MACRO.py
Accas/A_MACRO_ETAPE.py
Accas/A_MCBLOC.py
Accas/A_MCFACT.py
Accas/A_MCLIST.py
Accas/A_MCNUPLET.py
Accas/A_MCSIMP.py
Accas/A_MEME_NOMBRE.py
Accas/A_NUPLET.py
Accas/A_OPER.py
Accas/A_PRESENT_ABSENT.py
Accas/A_PRESENT_PRESENT.py
Accas/A_PROC.py
Accas/A_PROC_ETAPE.py
Accas/A_SENSIBILITE.py
Accas/A_SIMP.py
Accas/A_TUPLE.py
Accas/A_UN_PARMI.py
Accas/__init__.py

index 0c02a417f09c20ebc55555ba0a03501ca4da7b9f..d77085ab3758bb045132650bb7a2b3a07bcf6ae4 100644 (file)
 #
 
 from __future__ import absolute_import
-from Ihm import I_ASSD
-from Ihm import I_LASSD
-from Ihm import I_FONCTION
-from Noyau import N_ASSD 
-from Noyau import N_GEOM 
-from Noyau import N_FONCTION 
-from Noyau import N_CO 
-from Noyau import N_UserASSD 
-from Noyau import N_UserASSDMultiple 
+from Ihm   import I_ASSD
+from Ihm   import I_LASSD
+from Ihm   import I_FONCTION
+from Noyau import N_ASSD
+from Noyau import N_GEOM
+from Noyau import N_FONCTION
+from Noyau import N_CO
+from Noyau import N_UserASSD
+from Noyau import N_UserASSDMultiple
 
-# On ajoute la classe ASSD dans l'heritage multiple pour recreer 
+# On ajoute la classe ASSD dans l'heritage multiple pour recreer
 # une hierarchie d'heritage identique a celle de Noyau
-# pour faire en sorte que isinstance(o,ASSD) marche encore apres 
+# pour faire en sorte que isinstance(o,ASSD) marche encore apres
 # derivation
 
 class ASSD(I_ASSD.ASSD,N_ASSD.ASSD):pass
@@ -43,26 +43,24 @@ class UserASSDMultiple(N_UserASSDMultiple.UserASSDMultiple,UserASSD): pass
 class assd(N_ASSD.assd,I_ASSD.assd,ASSD):pass
 
 class FONCTION(N_FONCTION.FONCTION,I_FONCTION.FONCTION,ASSD):
-   def __init__(self,etape=None,sd=None,reg='oui'):
-      N_FONCTION.FONCTION.__init__(self,etape=etape,sd=sd,reg=reg)
-      I_FONCTION.FONCTION.__init__(self,etape=etape,sd=sd,reg=reg)
+    def __init__(self,etape=None,sd=None,reg='oui'):
+        N_FONCTION.FONCTION.__init__(self,etape=etape,sd=sd,reg=reg)
+        I_FONCTION.FONCTION.__init__(self,etape=etape,sd=sd,reg=reg)
 
 class formule(I_FONCTION.formule,N_FONCTION.formule,ASSD):
-   def __init__(self,etape=None,sd=None,reg='oui'):
-      N_FONCTION.formule.__init__(self,etape=etape,sd=sd,reg=reg)
-      I_FONCTION.formule.__init__(self,etape=etape,sd=sd,reg=reg)
+    def __init__(self,etape=None,sd=None,reg='oui'):
+        N_FONCTION.formule.__init__(self,etape=etape,sd=sd,reg=reg)
+        I_FONCTION.formule.__init__(self,etape=etape,sd=sd,reg=reg)
 
 class formule_c(formule):pass
 
 # On conserve fonction (ceinture et bretelles)
 # fonction n'existe plus dans N_FONCTION on le remplace par formule
 class fonction(N_FONCTION.formule,I_FONCTION.fonction,ASSD):
-   def __init__(self,etape=None,sd=None,reg='oui'):
-      N_FONCTION.formule.__init__(self,etape=etape,sd=sd,reg=reg)
-      I_FONCTION.fonction.__init__(self,etape=etape,sd=sd,reg=reg)
+    def __init__(self,etape=None,sd=None,reg='oui'):
+        N_FONCTION.formule.__init__(self,etape=etape,sd=sd,reg=reg)
+        I_FONCTION.fonction.__init__(self,etape=etape,sd=sd,reg=reg)
 
 class GEOM(N_GEOM.GEOM,I_ASSD.GEOM,ASSD):pass
 class geom(N_GEOM.geom,I_ASSD.geom,ASSD):pass
 class CO(N_CO.CO,I_ASSD.CO,ASSD):pass
-
-
index e8945759b195d14c093146e90880f521f62c6983..8f75ccac575ecc87913ff26dfacd5402ef666c52 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_REGLE
+from Noyau      import N_REGLE
 from Validation import V_AU_MOINS_UN
 from Ihm import I_REGLE
 
 class AU_MOINS_UN(V_AU_MOINS_UN.AU_MOINS_UN,I_REGLE.REGLE,N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       necessaire d'expliciter son initialiseur car 
-       V_AU_MOINS_UN.AU_MOINS_UN n'en a pas 
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        seule N_REGLE.REGLE en a un
+    """
index 1cf38da66ff3a49027d0961b5e1d3425d706caa5..9302d8f9bb8b81962929ff5db88a0291c9bd8862 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_REGLE
+from Noyau      import N_REGLE
 from Validation import V_AU_PLUS_UN
-from Ihm import I_REGLE
+from Ihm        import I_REGLE
 
 class AU_PLUS_UN(V_AU_PLUS_UN.AU_PLUS_UN,I_REGLE.REGLE,N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas
-       necessaire d'expliciter son initialiseur car
-       V_AU_PLUS_UN.AU_PLUS_UN n'en a pas
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        V_AU_PLUS_UN.AU_PLUS_UN n'en a pas
+        V_UN_PARMI.UN_PARMI et I_REGLE.REGLE  n'en ont pas
+    """
index 63aa2507048bb45606d9e2f756ff3f94ad3b4179..a271bb50b462a1b6a9c281620434c918dedb3b41 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_REGLE
-from Ihm import I_REGLE, I_AVANT
+from Noyau      import N_REGLE
+from Ihm        import I_REGLE, I_AVANT
 
 class AVANT(I_AVANT.I_AVANT,I_REGLE.REGLE,N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       necessaire d'expliciter son initialiseur car 
-       I_AVANT.I_AVANT n'en a pas 
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        I_AVANT.I_AVANT et I_REGLE.REGLE  n'en ont pas
+    """
index 70ec47a85e0b52e14a9385db412f5510a44a7ae1..e554f06a130c79091267146fe81b64d5e574a9a3 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_REGLE
+from Noyau      import N_REGLE
 from Validation import V_A_CLASSER
-from Ihm import I_A_CLASSER
+from Ihm        import I_A_CLASSER
 
 class A_CLASSER(V_A_CLASSER.A_CLASSER,N_REGLE.REGLE,I_A_CLASSER.A_CLASSER):
-   """
-       La classe utilise l'initialiseur  du module V_. 
-       Il faut absolument que V_A_CLASSER soit en premier dans l'heritage
-   """
+    """
+        La classe utilise l'initialiseur  du module V_.
+        Il faut absolument que V_A_CLASSER soit en premier dans l'heritage
+    """
index b3839928b932a7fdacbc87819b41ad6d23736208..7a1a44f499f3a59515883d2d1adc26d7c5f5ee73 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_BLOC
-from Ihm import I_ENTITE
-from Accas import A_MCBLOC
+from Noyau  import N_BLOC
+from Ihm    import I_ENTITE
+from Accas  import A_MCBLOC
 from Efi2Xsd.AccasXsd  import X_BLOC
 
 
 class BLOC(N_BLOC.BLOC,X_BLOC,I_ENTITE.ENTITE):
-   class_instance=A_MCBLOC.MCBLOC
-   def __init__(self,*tup,**args):
-      I_ENTITE.ENTITE.__init__(self)
-      N_BLOC.BLOC.__init__(self,*tup,**args)
-
-class BLOC_EXCLUS_ABC(BLOC): pass
-class BLOC_FICHIER(BLOC):pass
+    class_instance=A_MCBLOC.MCBLOC
+    def __init__(self,*tup,**args):
+        I_ENTITE.ENTITE.__init__(self)
+        N_BLOC.BLOC.__init__(self,*tup,**args)
 
+#class BLOC_EXCLUS_ABC(BLOC): pass
+#class BLOC_FICHIER(BLOC):pass
index 8b4a3a78e9bd35dc6c5303ed50e9ae87e233e722..de2151a4a2741577d8d02bbb92cb121404a2f15a 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_REGLE
+from Noyau      import N_REGLE
 from Validation import V_ENSEMBLE
-from Ihm import I_REGLE
+from Ihm        import I_REGLE
 
 class ENSEMBLE(I_REGLE.REGLE,V_ENSEMBLE.ENSEMBLE,N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       necessaire d'expliciter son initialiseur car 
-       V_ENSEMBLE.ENSEMBLE n'en a pas 
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        seule N_REGLE.REGLE en a un
+    
+    """
index 11dc12de15a15ffdf85fbe2dedb8f47df2566cf0..5c1916e55e58b437685958b7b0d441c87d6381cf 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_ETAPE
+from Noyau      import N_ETAPE
 from Validation import V_ETAPE
-from Ihm import I_ETAPE
+from Ihm        import I_ETAPE
 from Efi2Xsd.MCAccasXML  import X_ETAPE
 
 class ETAPE(I_ETAPE.ETAPE,V_ETAPE.ETAPE,X_ETAPE,N_ETAPE.ETAPE):
-   def __init__(self,oper=None,reuse=None,args={}):
-      N_ETAPE.ETAPE.__init__(self,oper,reuse,args)
-      V_ETAPE.ETAPE.__init__(self)
+    def __init__(self,oper=None,reuse=None,args={}):
+        N_ETAPE.ETAPE.__init__(self,oper,reuse,args)
+        V_ETAPE.ETAPE.__init__(self)
index eb04237ddcb757f3ce19e3943a8d12adfadaf8cf..67ce2c2efac0fac1231df806b1e54740308bd3c8 100644 (file)
@@ -18,8 +18,8 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Ihm import I_EVAL 
+from Ihm import I_EVAL
 
 class EVAL(I_EVAL.EVAL):
-   def __init__(self,str):
-      I_EVAL.EVAL.__init__(self,str)
+    def __init__(self,str):
+        I_EVAL.EVAL.__init__(self,str)
index 432dc45bf6fda38437aa8bf89921bc72f475bdc6..c95dd27b5479d7acccc190d9d05355b4beb4f5de 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_REGLE
+from Noyau      import N_REGLE
 from Validation import V_EXCLUS
-from Ihm import I_EXCLUS
+from Ihm        import I_EXCLUS
 
 class EXCLUS(I_EXCLUS.EXCLUS,V_EXCLUS.EXCLUS,N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       necessaire d'expliciter son initialiseur car 
-       V_EXCLUS.EXCLUS n'en a pas 
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        I_EXCLUS.EXCLUS V_EXCLUS.EXCLUS n'en ont pas
+    """
index ebccc614dafeaec6c5bee2c892d6bd27f6c18f89..f980522c8c1e174d2f886246cc59fe14c2726e22 100644 (file)
 #
 from __future__ import absolute_import
 from Noyau import N_FACT
-from Ihm import I_ENTITE
+from Ihm   import I_ENTITE
 from Accas import A_MCFACT
 from Accas import A_MCLIST
 from Efi2Xsd.AccasXsd  import X_FACT
 
 
 class FACT(N_FACT.FACT,X_FACT,I_ENTITE.ENTITE):
-   class_instance=A_MCFACT.MCFACT
-   list_instance=A_MCLIST.MCList
-   def __init__(self,*tup,**args):
-      I_ENTITE.ENTITE.__init__(self)
-      N_FACT.FACT.__init__(self,*tup,**args)
+    class_instance = A_MCFACT.MCFACT
+    list_instance  = A_MCLIST.MCList
+    def __init__(self,*tup,**args):
+        I_ENTITE.ENTITE.__init__(self)
+        N_FACT.FACT.__init__(self,*tup,**args)
 
 from Noyau import N_OBJECT
-from Ihm import I_OBJECT
+from Ihm   import I_OBJECT
 
 class ErrorObj(I_OBJECT.ErrorObj,N_OBJECT.ErrorObj):pass
 N_OBJECT.ErrorObj=ErrorObj
-
index d7aab1674b63e9ae7036c8f4b6d5a456ef39afe5..edaca1eacf0ed16e7bcf2ce85837f530d2b5a7de 100644 (file)
@@ -25,7 +25,5 @@ from __future__ import absolute_import
 from Ihm import I_FICHIER
 
 class Fichier (I_FICHIER.Fichier):
-   def __init__(self,*tup,**args):
-      I_FICHIER.FICHIER.__init__(self,*tup,**args)
-
-
+    def __init__(self,*tup,**args):
+        I_FICHIER.FICHIER.__init__(self,*tup,**args)
index 06af69427a96a9b6098cf441d2bb1e408e96e84a..8db9f8e422cd1f7a82e5833e7086fb9d31668ed7 100644 (file)
@@ -19,8 +19,8 @@
 #
 from __future__ import absolute_import
 from Noyau import N_FORM
-from Ihm import I_ENTITE
-from . import A_FORM_ETAPE 
+from Ihm   import I_ENTITE
+from .     import A_FORM_ETAPE
 
 class FORM(N_FORM.FORM,I_ENTITE.ENTITE):
-   class_instance=A_FORM_ETAPE.FORM_ETAPE
+    class_instance=A_FORM_ETAPE.FORM_ETAPE
index 5eb2c1e0193be6ded758063dc69555bff0dc65db..8a0d79eff76605e32c97babdaf5e4af32c02d5a8 100644 (file)
 #
 
 from __future__ import absolute_import
-from Noyau import N_FORM_ETAPE
+from Noyau      import N_FORM_ETAPE
 from Validation import V_MACRO_ETAPE
-from Ihm import I_FORM_ETAPE
+from Ihm        import I_FORM_ETAPE
 
 class FORM_ETAPE(I_FORM_ETAPE.FORM_ETAPE,V_MACRO_ETAPE.MACRO_ETAPE,N_FORM_ETAPE.FORM_ETAPE):
-   def __init__(self,oper=None,reuse=None,args={}):
-      N_FORM_ETAPE.FORM_ETAPE.__init__(self,oper,reuse,args)
-      V_MACRO_ETAPE.MACRO_ETAPE.__init__(self)
-      I_FORM_ETAPE.FORM_ETAPE.__init__(self)
-
+    def __init__(self,oper=None,reuse=None,args={}):
+        N_FORM_ETAPE.FORM_ETAPE.__init__(self,oper,reuse,args)
+        V_MACRO_ETAPE.MACRO_ETAPE.__init__(self)
+        I_FORM_ETAPE.FORM_ETAPE.__init__(self)
index 3748913da4c21ff99d01dd6be1792f223ac60c2f..84b9247a5c9da4762237fd52246e187c031a6cc2 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_JDC
+from Noyau      import N_JDC
 from Validation import V_JDC
 from Extensions import jdc
-from Ihm import I_JDC
+from Ihm        import I_JDC
 from Efi2Xsd.MCAccasXML  import X_JDC
 
 class JDC(jdc.JDC,I_JDC.JDC,X_JDC,V_JDC.JDC,N_JDC.JDC):
-   from .A_ASSD import CO,assd
+    from .A_ASSD import CO,assd
 
-   def __init__(self,*pos,**args):
-      N_JDC.JDC.__init__(self,*pos,**args)
-      X_JDC.__init__(self)
-      V_JDC.JDC.__init__(self)
-      I_JDC.JDC.__init__(self)
-      jdc.JDC.__init__(self)
-      self.icmd=0
+    def __init__(self,*pos,**args):
+        N_JDC.JDC.__init__(self,*pos,**args)
+        X_JDC.__init__(self)
+        V_JDC.JDC.__init__(self)
+        I_JDC.JDC.__init__(self)
+        jdc.JDC.__init__(self)
+        self.icmd=0
index fd8a248d57043bd53b1f96cea76847d1734c78f7..26671099f368a4360401c62449ec9f97fbb502c3 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from . import A_JDC
+from .     import A_JDC
 from Noyau import N_JDC_CATA
-from Ihm import I_JDC_CATA
+from Ihm   import I_JDC_CATA
 from Efi2Xsd.AccasXsd  import X_JDC_CATA
 
 class JDC_CATA(I_JDC_CATA.JDC_CATA,N_JDC_CATA.JDC_CATA,X_JDC_CATA):
-   class_instance=A_JDC.JDC
-   def __init__(self,*pos,**kw):
-      #print pos
-      #print kw
-      N_JDC_CATA.JDC_CATA.__init__(self,*pos,**kw)
-      I_JDC_CATA.JDC_CATA.__init__(self)
+    class_instance=A_JDC.JDC
+    def __init__(self,*pos,**kw):
+        #print pos
+        #print kw
+        N_JDC_CATA.JDC_CATA.__init__(self,*pos,**kw)
+        I_JDC_CATA.JDC_CATA.__init__(self)
index 2a059062b23006bc8df3d26c1765f2889a9ae785..ecafa4571a0a400ebf78f547de9a93cf3b6342e3 100644 (file)
 from __future__ import absolute_import
 from Noyau import N_MACRO
 from Ihm import I_ENTITE
-from . import A_MACRO_ETAPE 
+from . import A_MACRO_ETAPE
 
 class MACRO(N_MACRO.MACRO,I_ENTITE.ENTITE):
-   class_instance=A_MACRO_ETAPE.MACRO_ETAPE
-   def __init__(self,*tup,**args):
-      I_ENTITE.ENTITE.__init__(self)
-      N_MACRO.MACRO.__init__(self,*tup,**args)
-
+    class_instance=A_MACRO_ETAPE.MACRO_ETAPE
+    def __init__(self,*tup,**args):
+        I_ENTITE.ENTITE.__init__(self)
+        N_MACRO.MACRO.__init__(self,*tup,**args)
index 28a3ce744c12a16de027212c0927cf34079e5e92..8441f180f0553811784a21a390d49c7c908e71a2 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_MACRO_ETAPE
+from Noyau      import N_MACRO_ETAPE
 from Validation import V_MACRO_ETAPE
-from Ihm import I_MACRO_ETAPE
-from .A_ASSD import CO
+from Ihm        import I_MACRO_ETAPE
+from .A_ASSD    import CO
 from Efi2Xsd.MCAccasXML  import X_MCCOMPO
 
 class MACRO_ETAPE(I_MACRO_ETAPE.MACRO_ETAPE,
                   X_MCCOMPO,
                   V_MACRO_ETAPE.MACRO_ETAPE,
                   N_MACRO_ETAPE.MACRO_ETAPE):
-   typeCO=CO
-   def __init__(self,oper=None,reuse=None,args={}):
-      N_MACRO_ETAPE.MACRO_ETAPE.__init__(self,oper,reuse,args)
-      V_MACRO_ETAPE.MACRO_ETAPE.__init__(self)
-      I_MACRO_ETAPE.MACRO_ETAPE.__init__(self)
+    typeCO=CO
+    def __init__(self,oper=None,reuse=None,args={}):
+        N_MACRO_ETAPE.MACRO_ETAPE.__init__(self,oper,reuse,args)
+        V_MACRO_ETAPE.MACRO_ETAPE.__init__(self)
+        I_MACRO_ETAPE.MACRO_ETAPE.__init__(self)
index 5bd5cebdd8019b7547f0a6e9a0e1133941f7d512..8a04ce09a61257b03986dba02d21bd4a76c32dfe 100644 (file)
@@ -25,6 +25,6 @@ from Efi2Xsd.MCAccasXML  import X_MCBLOC
 
 
 class MCBLOC(I_MCBLOC.MCBLOC,N_MCBLOC.MCBLOC,X_MCBLOC,V_MCBLOC.MCBLOC):
-   def __init__(self,val,definition,nom,parent,dicoPyxbDeConstruction=None):
-      N_MCBLOC.MCBLOC.__init__(self,val,definition,nom,parent,dicoPyxbDeConstruction=dicoPyxbDeConstruction)
-      V_MCBLOC.MCBLOC.__init__(self)
+    def __init__(self,val,definition,nom,parent,dicoPyxbDeConstruction=None):
+        N_MCBLOC.MCBLOC.__init__(self,val,definition,nom,parent,dicoPyxbDeConstruction=dicoPyxbDeConstruction)
+        V_MCBLOC.MCBLOC.__init__(self)
index 769dcd2803a493a9d064c0c3bd510a75df49ad12..79f98f110018ce5093b27b760716cc42f933c254 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_MCFACT
+from Noyau      import N_MCFACT
 from Validation import V_MCFACT
-from Ihm import I_MCFACT
+from Ihm        import I_MCFACT
 from Efi2Xsd.MCAccasXML  import X_MCFACT
 
 class MCFACT(I_MCFACT.MCFACT,N_MCFACT.MCFACT,X_MCFACT,V_MCFACT.MCFACT):
-   def __init__(self,val,definition,nom,parent,dicoPyxbDeConstruction=None):
-      N_MCFACT.MCFACT.__init__(self,val,definition,nom,parent,dicoPyxbDeConstruction=dicoPyxbDeConstruction)
-      V_MCFACT.MCFACT.__init__(self)
+    def __init__(self,val,definition,nom,parent,dicoPyxbDeConstruction=None):
+        N_MCFACT.MCFACT.__init__(self,val,definition,nom,parent,dicoPyxbDeConstruction=dicoPyxbDeConstruction)
+        V_MCFACT.MCFACT.__init__(self)
index 922abb897d4e4d77ee16c4f6a4db6fb28bfde032..6823c5b24ede6e799b5b2b80bea0af96ee9fd85d 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # ======================================================================
 from __future__ import absolute_import
-from Noyau import N_MCLIST
+from Noyau      import N_MCLIST
 from Validation import V_MCLIST
-from Ihm import I_MCLIST
+from Ihm        import I_MCLIST
 from Efi2Xsd.MCAccasXML  import X_MCLIST
 
 
 class MCList(I_MCLIST.MCList,N_MCLIST.MCList,X_MCLIST,V_MCLIST.MCList):
-   def __init__(self):
-      N_MCLIST.MCList.__init__(self)
+    def __init__(self):
+        N_MCLIST.MCList.__init__(self)
index 465eae7c16da07bf1a73dc24d3e6694c0e07eaf2..ef942c89f9b9c49825683f9adbbe91a4f7b835d9 100644 (file)
@@ -19,8 +19,8 @@
 #
 from __future__ import absolute_import
 from Extensions import mcnuplet
-from Ihm import I_MCCOMPO
+from Ihm        import I_MCCOMPO
 
 class MCNUPLET(mcnuplet.MCNUPLET,I_MCCOMPO.MCCOMPO):
-   def __init__(self,*pos,**args):
-      mcnuplet.MCNUPLET.__init__(self,*pos,**args)
+    def __init__(self,*pos,**args):
+        mcnuplet.MCNUPLET.__init__(self,*pos,**args)
index 7c7ecbcaeb65f10a1073fb49eb25e3599a4f800c..f1d7f7fa5ceb13527b467b4c6b0b474540c11b72 100644 (file)
@@ -24,7 +24,7 @@ from Ihm import I_MCSIMP
 from Efi2Xsd.MCAccasXML  import X_MCSIMP
 
 class MCSIMP(I_MCSIMP.MCSIMP,N_MCSIMP.MCSIMP,X_MCSIMP,V_MCSIMP.MCSIMP):
-   def __init__(self,val,definition,nom,parent,objPyxbDeConstruction=None):
-   #def __init__(self,val,definition,nom,parent,objPyxbDeConstruction) quand cela sera correct dans les update_etape. pour l instant on laisse le defaut a None : 9 Aout 18:
-      N_MCSIMP.MCSIMP.__init__(self,val,definition,nom,parent,objPyxbDeConstruction)
-      V_MCSIMP.MCSIMP.__init__(self)
+    def __init__(self,val,definition,nom,parent,objPyxbDeConstruction=None):
+    #le defaut de objPyxbDeConstruction permet de lire les comm avec des modeles sans equivalent XSD
+        N_MCSIMP.MCSIMP.__init__(self,val,definition,nom,parent,objPyxbDeConstruction)
+        V_MCSIMP.MCSIMP.__init__(self)
index 93efdd27c77708854c8adc641b80bed18fedd7ab..40273022ab0fb984fd3172f82cde2acc0406c8da 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_REGLE
+from Noyau      import N_REGLE
 from Validation import V_MEME_NOMBRE
-from Ihm import I_REGLE
+from Ihm        import I_REGLE
 
 class MEME_NOMBRE(V_MEME_NOMBRE.MEME_NOMBRE,I_REGLE.REGLE,N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       necessaire d'expliciter son initialiseur car 
-       V_MEME_NOMBRE.MEME_NOMBRE n'en a pas 
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        seule N_REGLE.REGLE en a un
+    """
index 093b36d62bf3a4650d15c503bd7ef374006ac52c..cce944648b65c556cf74543ac66f5bc505639371 100644 (file)
@@ -23,6 +23,5 @@ from . import A_MCLIST
 from . import A_MCNUPLET
 
 class NUPL(nuplet.NUPL):
-   class_instance=A_MCNUPLET.MCNUPLET
-   list_instance=A_MCLIST.MCList
-
+    class_instance = A_MCNUPLET.MCNUPLET
+    list_instance  = A_MCLIST.MCList
index c1a4f0a54505203dc5bd5cf510c686d1342b1fa4..872ea52a4132425ef827bcbd4e8b2b9f2cc470a1 100644 (file)
 #
 from __future__ import absolute_import
 from Noyau import N_OPER
-from Ihm import I_ENTITE
-from Accas import A_ETAPE 
-from Efi2Xsd.AccasXsd  import X_OPER
+from Ihm   import I_ENTITE
+from Accas import A_ETAPE
+from Efi2Xsd.AccasXsd import X_OPER
 
 
 class OPER(N_OPER.OPER,X_OPER,I_ENTITE.ENTITE):
-   class_instance=A_ETAPE.ETAPE
-   def __init__(self,*tup,**args):
-      I_ENTITE.ENTITE.__init__(self)
-      N_OPER.OPER.__init__(self,*tup,**args)
+    class_instance=A_ETAPE.ETAPE
+    def __init__(self,*tup,**args):
+        I_ENTITE.ENTITE.__init__(self)
+        N_OPER.OPER.__init__(self,*tup,**args)
index 00f6e2eb06cdacd40f6b70c0b9fd84728e0f12cd..c9509de6c440c08ffcc4aa44b025079bfb8d6af1 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_REGLE
+from Noyau      import N_REGLE
 from Validation import V_PRESENT_ABSENT
-from Ihm import I_PRESENT_ABSENT
+from Ihm        import I_PRESENT_ABSENT
 
 class PRESENT_ABSENT(I_PRESENT_ABSENT.PRESENT_ABSENT,V_PRESENT_ABSENT.PRESENT_ABSENT,
                      N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       necessaire d'expliciter son initialiseur car 
-       V_PRESENT_ABSENT.PRESENT_ABSENT n'en a pas 
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        seule N_REGLE.REGLE.py en a un
+    """
index 397bf76921d711b11d3c2bfb57942ead528a722e..7352e5cf27a6a6daca24a8290de122108475fb78 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_REGLE
+from Noyau      import N_REGLE
 from Validation import V_PRESENT_PRESENT
-from Ihm import I_PRESENT_PRESENT
+from Ihm        import I_PRESENT_PRESENT
 
 class PRESENT_PRESENT(I_PRESENT_PRESENT.PRESENT_PRESENT,
                       V_PRESENT_PRESENT.PRESENT_PRESENT,
                       N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       necessaire d'expliciter son initialiseur car 
-       V_PRESENT_PRESENT.PRESENT_PRESENT n'en a pas 
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        seule N_REGLE.REGLE en a un
+    """
index 0ae8bb484094180106f5648a19516d7850c4ca0e..e4f5504bd7a1f9e16a36596b72d4c42c3f283a5e 100644 (file)
@@ -19,8 +19,8 @@
 #
 from __future__ import absolute_import
 from Noyau import N_PROC
-from Ihm import I_ENTITE
-from Accas import A_PROC_ETAPE 
+from Ihm   import I_ENTITE
+from Accas import A_PROC_ETAPE
 from Efi2Xsd.AccasXsd import X_PROC
 
 class PROC(N_PROC.PROC,X_PROC,I_ENTITE.ENTITE):
index 6fdd83611f592536cd01b97a68d861b1b6784770..eff90d7b5ac8d624a1c1a8ae649f72b9d5e8253a 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 from __future__ import absolute_import
-from Noyau import N_PROC_ETAPE
+from Noyau      import N_PROC_ETAPE
 from Validation import V_PROC_ETAPE
-from Ihm import I_PROC_ETAPE
+from Ihm        import I_PROC_ETAPE
 from Efi2Xsd.MCAccasXML  import X_MCCOMPO
 
 class PROC_ETAPE(I_PROC_ETAPE.PROC_ETAPE,
                  V_PROC_ETAPE.PROC_ETAPE,
                  X_MCCOMPO,
                  N_PROC_ETAPE.PROC_ETAPE):
-   def __init__(self,oper=None,args={}):
-      N_PROC_ETAPE.PROC_ETAPE.__init__(self,oper=oper,args=args)
-      V_PROC_ETAPE.PROC_ETAPE.__init__(self)
+    def __init__(self,oper=None,args={}):
+        N_PROC_ETAPE.PROC_ETAPE.__init__(self,oper=oper,args=args)
+        V_PROC_ETAPE.PROC_ETAPE.__init__(self)
index 6bf306273542c00485dbbaa7bbf10f40e92dde58..4dba3a7e91b810aca9e853cd02653462f5ba37ba 100644 (file)
 #
 
 from __future__ import absolute_import
-from Ihm import I_REGLE
-from Noyau import N_SENSIBILITE 
+from Ihm   import I_REGLE
+from Noyau import N_SENSIBILITE
 
 class REUSE_SENSIBLE(I_REGLE.REGLE,N_SENSIBILITE.REUSE_SENSIBLE):pass
 class CONCEPT_SENSIBLE(I_REGLE.REGLE,N_SENSIBILITE.CONCEPT_SENSIBLE):pass
 class DERIVABLE(I_REGLE.REGLE,N_SENSIBILITE.DERIVABLE):pass
-
index 584627ed3a37dbccc58e9ffc021dcbc505ca2638..7ac614a5a4982eb82e16461f8c4c8f77f4b394ed 100644 (file)
@@ -19,7 +19,7 @@
 #
 from __future__ import absolute_import
 from Noyau import N_SIMP
-from Ihm import I_ENTITE
+from Ihm   import I_ENTITE
 from Accas import A_MCSIMP
 from Efi2Xsd.AccasXsd import X_SIMP
 
index 4cbd14e3c11155f88499683b0cc365db75add423..cdc2e7da64c470b00c10c23bb47ab661ec39dfc3 100644 (file)
@@ -1,16 +1,15 @@
 import types
 class Tuple:
-  def __init__(self,ntuple):
-    self.ntuple=ntuple
+    def __init__(self,ntuple):
+        self.ntuple=ntuple
 
-  def __convert__(self,valeur):
-    try:
-       if isinstance(valeur, basestring) : return None
-    except NameError:
-       if isinstance(valeur, str): return None
-    if len(valeur) != self.ntuple: return None
-    return valeur
-
-  def info(self):
-    return "Tuple de %s elements" % self.ntuple
+    def __convert__(self,valeur):
+        try:
+            if isinstance(valeur, basestring) : return None
+        except NameError:
+            if isinstance(valeur, str): return None
+        if len(valeur) != self.ntuple: return None
+        return valeur
 
+    def info(self):
+        return "Tuple de %s elements" % self.ntuple
index 109a3e76a018e6cbceae30172fc1e460b0dc61ce..a85cd96eb8eb21523ee6704ae04c8d77c6ef3e6e 100644 (file)
@@ -23,8 +23,8 @@ from Validation import V_UN_PARMI
 from Ihm import I_UN_PARMI
 
 class UN_PARMI(I_UN_PARMI.UN_PARMI,V_UN_PARMI.UN_PARMI,N_REGLE.REGLE):
-   """
-       La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       necessaire d'expliciter son initialiseur car 
-       V_UN_PARMI.UN_PARMI n'en a pas 
-   """
+    """
+        La classe utilise l'initialiseur de REGLE. Il n'est pas
+        necessaire d'expliciter son initialiseur car
+        V_UN_PARMI.UN_PARMI et I_UN_PARMI.UN_PARMI  n'en ont pas
+    """
index bed5e272f09575faa0e01182fc871917ae60a386..a196e54b3f6754166b047c4eee4a93aa7b8ad061 100644 (file)
 """
 
 # permet de se proteger de l'oubli de carte coding
-# ce warning deviendra fatal en python 2.4
 from __future__ import absolute_import
 import warnings
 warnings.filterwarnings('error','Non-ASCII character.*pep-0263',DeprecationWarning)
 
 from .A_JDC_CATA import JDC_CATA
-from .A_OPER import OPER
-from .A_PROC import PROC
-from .A_MACRO import MACRO
-from .A_FORM import FORM
-from .A_BLOC import BLOC
-from .A_BLOC import BLOC_EXCLUS_ABC
-from .A_BLOC import BLOC_FICHIER
-from .A_FACT import FACT
-from .A_SIMP import SIMP
-from .A_EVAL import EVAL
-from .A_NUPLET import NUPL
-from .A_TUPLE import Tuple
+from .A_OPER     import OPER
+from .A_PROC     import PROC
+from .A_MACRO    import MACRO
+from .A_FORM     import FORM
+from .A_BLOC     import BLOC
+from .A_FACT     import FACT
+from .A_SIMP     import SIMP
+from .A_EVAL     import EVAL
+from .A_NUPLET   import NUPL
+from .A_TUPLE    import Tuple
 
 
-from .A_JDC import JDC
-from .A_ETAPE import ETAPE
-from .A_PROC_ETAPE import PROC_ETAPE
+from .A_JDC         import JDC
+from .A_ETAPE       import ETAPE
+from .A_PROC_ETAPE  import PROC_ETAPE
 from .A_MACRO_ETAPE import MACRO_ETAPE
-from .A_FORM_ETAPE import FORM_ETAPE
-from .A_MCFACT import MCFACT
-from .A_MCLIST import MCList
-from .A_MCBLOC import MCBLOC
-from .A_MCSIMP import MCSIMP
+from .A_FORM_ETAPE  import FORM_ETAPE
+from .A_MCFACT      import MCFACT
+from .A_MCLIST      import MCList
+from .A_MCBLOC      import MCBLOC
+from .A_MCSIMP      import MCSIMP
 
 # Les regles
-from .A_AU_MOINS_UN import AU_MOINS_UN
-from .A_MEME_NOMBRE import MEME_NOMBRE
-from .A_AU_PLUS_UN import AU_PLUS_UN
-from .A_UN_PARMI import UN_PARMI
+from .A_AU_MOINS_UN     import AU_MOINS_UN
+from .A_MEME_NOMBRE     import MEME_NOMBRE
+from .A_AU_PLUS_UN      import AU_PLUS_UN
+from .A_UN_PARMI        import UN_PARMI
 from .A_PRESENT_PRESENT import PRESENT_PRESENT
-from .A_PRESENT_ABSENT import PRESENT_ABSENT
-from .A_EXCLUS import EXCLUS
-from .A_ENSEMBLE import ENSEMBLE
-from .A_A_CLASSER import A_CLASSER
-from .A_AVANT import AVANT
+from .A_PRESENT_ABSENT  import PRESENT_ABSENT
+from .A_EXCLUS          import EXCLUS
+from .A_ENSEMBLE        import ENSEMBLE
+from .A_A_CLASSER       import A_CLASSER
+from .A_AVANT           import AVANT
 
 from .A_ASSD import ASSD,assd, UserASSD, UserASSDMultiple
 from .A_ASSD import GEOM,geom
@@ -83,10 +80,10 @@ from .A_ASSD import CO
 from Noyau.N__F import _F
 
 from Noyau.N_Exception import AsException
-from Noyau.N_utils import AsType
-from Noyau.N_utils import AsType
-from Noyau.N_OPS import OPS, EMPTY_OPS
-from Noyau.N_ASSD import not_checked
+from Noyau.N_utils     import AsType
+from Noyau.N_utils     import AsType
+from Noyau.N_OPS       import OPS, EMPTY_OPS
+from Noyau.N_ASSD      import not_checked
 
 from .A_VALIDATOR import OrVal,AndVal,OnlyStr
 from .A_VALIDATOR import OrdList,NoRepeat,LongStr,Compulsory,Absent,Together
@@ -94,7 +91,7 @@ from .A_VALIDATOR import RangeVal, EnumVal, TypeVal, PairVal
 from .A_VALIDATOR import CardVal, InstanceVal
 from .A_VALIDATOR import VerifTypeTuple, VerifExiste
 from .A_VALIDATOR import FileExtVal, FunctionVal
-from .A_VALIDATOR import CreeMotClef 
+from .A_VALIDATOR import CreeMotClef
 
 # On remplace la factory des validateurs initialement dans Noyau par celle
 # de A_VALIDATOR
@@ -104,12 +101,12 @@ Noyau.N_ENTITE.ENTITE.factories['validator']=validatorFactory
 
 from .A_SENSIBILITE import CONCEPT_SENSIBLE, REUSE_SENSIBLE, DERIVABLE
 
-from Extensions.niveau import NIVEAU
-from Extensions.etape_niveau import ETAPE_NIVEAU
-from Extensions.commentaire import COMMENTAIRE
-from Extensions.parametre import PARAMETRE  
+from Extensions.niveau         import NIVEAU
+from Extensions.etape_niveau   import ETAPE_NIVEAU
+from Extensions.commentaire    import COMMENTAIRE
+from Extensions.parametre      import PARAMETRE
 from Extensions.parametre_eval import PARAMETRE_EVAL
-from Extensions.commande_comm import COMMANDE_COMM 
-from Extensions.mcnuplet import MCNUPLET
+from Extensions.commande_comm  import COMMANDE_COMM
+from Extensions.mcnuplet       import MCNUPLET
 
 from .A_SALOME_ENTRY import SalomeEntry