2024-07-06 15:26:01 +02:00
from tiramisu import *
from tiramisu . setting import ALLOWED_LEADER_PROPERTIES
from rougail . tiramisu import func , dict_env , load_functions , ConvertDynOptionDescription
load_functions ( ' tests/dictionaries/../eosfunc/test.py ' )
ALLOWED_LEADER_PROPERTIES . add ( " basic " )
ALLOWED_LEADER_PROPERTIES . add ( " standard " )
ALLOWED_LEADER_PROPERTIES . add ( " advanced " )
dict_env [ ' frozen_1.rougail.dyn {{ suffix }}.var ' ] = " { % i f suffix == ' val2 ' % } \n disabled \n { % e ndif % } \n "
dict_env [ ' frozen_1.rougail.dyn {{ suffix }}.family.var ' ] = " { % i f suffix == ' val2 ' % } \n disabled \n { % e ndif % } \n "
dict_env [ ' hidden_1.rougail.dyn {{ suffix }} ' ] = " { % i f suffix == ' val2 ' % } \n disabled \n { % e ndif % } \n "
dict_env [ ' frozen_2.rougail.dyn {{ suffix }}.var ' ] = " { % i f suffix == ' val2 ' % } \n disabled \n { % e ndif % } \n "
dict_env [ ' frozen_2.rougail.dyn {{ suffix }}.family.var ' ] = " { % i f suffix == ' val2 ' % } \n disabled \n { % e ndif % } \n "
dict_env [ ' hidden_2.rougail.dyn {{ suffix }} ' ] = " { % i f suffix == ' val2 ' % } \n disabled \n { % e ndif % } \n "
2024-08-05 16:24:26 +02:00
option_4 = StrOption ( name = " var " , doc = " a variable " , properties = frozenset ( { " basic " , " force_default_on_freeze " , " mandatory " , Calculation ( func [ ' jinja_to_property ' ] , Params ( ( ParamValue ( " frozen " ) ) , kwargs = { ' __internal_jinja ' : ParamValue ( " frozen_1.rougail.dyn {{ suffix }}.var " ) , ' __internal_type ' : ParamValue ( " string " ) , ' __internal_multi ' : ParamValue ( False ) , ' suffix ' : ParamSuffix ( ) , ' when ' : ParamValue ( True ) , ' inverse ' : ParamValue ( False ) } ) , help_function = func [ ' jinja_to_property_help ' ] ) } ) , informations = { ' type ' : ' string ' } )
option_6 = StrOption ( name = " var " , doc = " a new variable " , properties = frozenset ( { " basic " , " force_default_on_freeze " , " mandatory " , Calculation ( func [ ' jinja_to_property ' ] , Params ( ( ParamValue ( " frozen " ) ) , kwargs = { ' __internal_jinja ' : ParamValue ( " frozen_1.rougail.dyn {{ suffix }}.family.var " ) , ' __internal_type ' : ParamValue ( " string " ) , ' __internal_multi ' : ParamValue ( False ) , ' suffix ' : ParamSuffix ( ) , ' when ' : ParamValue ( True ) , ' inverse ' : ParamValue ( False ) } ) , help_function = func [ ' jinja_to_property_help ' ] ) } ) , informations = { ' type ' : ' string ' } )
2024-07-06 15:26:01 +02:00
optiondescription_5 = OptionDescription ( name = " family " , doc = " a family " , children = [ option_6 ] , properties = frozenset ( { " basic " } ) )
2024-08-05 16:24:26 +02:00
optiondescription_3 = ConvertDynOptionDescription ( name = " dyn {{ suffix }} " , doc = " a dynamic family " , suffixes = [ " val1 " , " val2 " ] , children = [ option_4 , optiondescription_5 ] , properties = frozenset ( { " basic " , Calculation ( func [ ' jinja_to_property ' ] , Params ( ( ParamValue ( " hidden " ) ) , kwargs = { ' __internal_jinja ' : ParamValue ( " hidden_1.rougail.dyn {{ suffix }} " ) , ' __internal_type ' : ParamValue ( " string " ) , ' __internal_multi ' : ParamValue ( False ) , ' suffix ' : ParamSuffix ( ) , ' when ' : ParamValue ( True ) , ' inverse ' : ParamValue ( False ) } ) , help_function = func [ ' jinja_to_property_help ' ] ) } ) )
2024-07-06 15:26:01 +02:00
optiondescription_2 = OptionDescription ( name = " rougail " , doc = " Rougail " , children = [ optiondescription_3 ] , properties = frozenset ( { " basic " } ) )
optiondescription_1 = OptionDescription ( name = " 1 " , doc = " 1 " , children = [ optiondescription_2 ] , properties = frozenset ( { " basic " } ) )
2024-08-05 16:24:26 +02:00
option_10 = StrOption ( name = " var " , doc = " a variable " , properties = frozenset ( { " basic " , " force_default_on_freeze " , " mandatory " , Calculation ( func [ ' jinja_to_property ' ] , Params ( ( ParamValue ( " frozen " ) ) , kwargs = { ' __internal_jinja ' : ParamValue ( " frozen_2.rougail.dyn {{ suffix }}.var " ) , ' __internal_type ' : ParamValue ( " string " ) , ' __internal_multi ' : ParamValue ( False ) , ' suffix ' : ParamSuffix ( ) , ' when ' : ParamValue ( True ) , ' inverse ' : ParamValue ( False ) } ) , help_function = func [ ' jinja_to_property_help ' ] ) } ) , informations = { ' type ' : ' string ' } )
option_12 = StrOption ( name = " var " , doc = " a new variable " , properties = frozenset ( { " basic " , " force_default_on_freeze " , " mandatory " , Calculation ( func [ ' jinja_to_property ' ] , Params ( ( ParamValue ( " frozen " ) ) , kwargs = { ' __internal_jinja ' : ParamValue ( " frozen_2.rougail.dyn {{ suffix }}.family.var " ) , ' __internal_type ' : ParamValue ( " string " ) , ' __internal_multi ' : ParamValue ( False ) , ' suffix ' : ParamSuffix ( ) , ' when ' : ParamValue ( True ) , ' inverse ' : ParamValue ( False ) } ) , help_function = func [ ' jinja_to_property_help ' ] ) } ) , informations = { ' type ' : ' string ' } )
2024-07-06 15:26:01 +02:00
optiondescription_11 = OptionDescription ( name = " family " , doc = " a family " , children = [ option_12 ] , properties = frozenset ( { " basic " } ) )
2024-08-05 16:24:26 +02:00
optiondescription_9 = ConvertDynOptionDescription ( name = " dyn {{ suffix }} " , doc = " a dynamic family " , suffixes = [ " val1 " , " val2 " ] , children = [ option_10 , optiondescription_11 ] , properties = frozenset ( { " basic " , Calculation ( func [ ' jinja_to_property ' ] , Params ( ( ParamValue ( " hidden " ) ) , kwargs = { ' __internal_jinja ' : ParamValue ( " hidden_2.rougail.dyn {{ suffix }} " ) , ' __internal_type ' : ParamValue ( " string " ) , ' __internal_multi ' : ParamValue ( False ) , ' suffix ' : ParamSuffix ( ) , ' when ' : ParamValue ( True ) , ' inverse ' : ParamValue ( False ) } ) , help_function = func [ ' jinja_to_property_help ' ] ) } ) )
2024-07-06 15:26:01 +02:00
optiondescription_8 = OptionDescription ( name = " rougail " , doc = " Rougail " , children = [ optiondescription_9 ] , properties = frozenset ( { " basic " } ) )
optiondescription_7 = OptionDescription ( name = " 2 " , doc = " 2 " , children = [ optiondescription_8 ] , properties = frozenset ( { " basic " } ) )
option_0 = OptionDescription ( name = " baseoption " , doc = " baseoption " , children = [ optiondescription_1 , optiondescription_7 ] )