From c03f9040abc97cc9df0ace42bb45531e1047189c Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Wed, 26 Nov 2014 08:27:44 +0000 Subject: [PATCH] pour ajouter ang --- Noyau/N_BLOC.py | 2 +- Noyau/N_FACT.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 : -- 2.39.2