From: Pascale Noyret Date: Wed, 26 Nov 2014 08:27:44 +0000 (+0000) Subject: pour ajouter ang X-Git-Tag: V7_5_0rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=510f0004bae2f872bb2dda75b39e047d3165b197;p=tools%2Feficas.git pour ajouter ang --- diff --git a/Noyau/N_BLOC.py b/Noyau/N_BLOC.py index 58d1844e..e9959fc5 100644 --- a/Noyau/N_BLOC.py +++ b/Noyau/N_BLOC.py @@ -51,7 +51,7 @@ class BLOC(N_ENTITE.ENTITE): class_instance = N_MCBLOC.MCBLOC label = 'BLOC' - def __init__(self, fr="", docu="", regles=(), statut='f', condition=None,ang="" + def __init__(self, fr="", docu="", regles=(), statut='f', condition=None,ang="", **args): """ Un bloc est caractérisé par les attributs suivants : diff --git a/Noyau/N_FACT.py b/Noyau/N_FACT.py index 04bcf4ae..a94b90b4 100644 --- a/Noyau/N_FACT.py +++ b/Noyau/N_FACT.py @@ -53,7 +53,7 @@ class FACT(N_ENTITE.ENTITE): list_instance = N_MCLIST.MCList label = 'FACT' - def __init__(self, fr="", docu="", regles=(), statut='f', defaut=None,ang="" + def __init__(self, fr="", docu="", regles=(), statut='f', defaut=None,ang="", min=0, max=1, validators=None, **args): """ Un mot-clé facteur est caractérisé par les attributs suivants :