blob: 135acd43c0e88c646cf62f656f5fc6e44b535f1c [file] [log] [blame]
Petr Michalec79047742018-05-09 22:04:27 +02001classes:
2- second
3
4parameters:
5 _param:
6 notfound: exist
7 myparam: ${_param:some}
8 will:
9 not:
10 fail:
11 at:
12 tree: ${_param:notfound}
13 three: ${two}
14 empty:
15 list: []
16 dict: {}
17 ~list_to_override: ${empty:list}
18 ~dict_to_override: ${empty:dict}