From d740d580d0a0655270590ded67fd45f099833318 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Mon, 8 Apr 2002 07:48:31 +0000 Subject: [PATCH] prise en compte enregistre --- Exemples/ex11/main.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Exemples/ex11/main.py b/Exemples/ex11/main.py index 08352a34..942472b5 100644 --- a/Exemples/ex11/main.py +++ b/Exemples/ex11/main.py @@ -28,6 +28,16 @@ class concept: """ Retourne 1 si sd est du bon type par rapport à la classe """ return 0 +class cata: + def __init__(self): + CONTEXT.unset_current_cata() + CONTEXT.set_current_cata(self) + + def enregistre(self,commande): + return + +c=cata() + OP1 = OPER(nom='OP1',op=1,sd_prod=concept,reentrant='f', a=SIMP(typ='I'), c=SIMP(typ='I',position='global'), -- 2.39.2