File: third.yml

package info (click to toggle)
reclass 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,112 kB
  • sloc: python: 5,287; makefile: 181; sh: 4
file content (24 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
classes:
- second

parameters:
  _param:
    notfound: exist
  myparam: ${_param:some}
  will:
    not:
      fail:
        at:
          tree: ${_param:notfound}
  1:
    an_numeric_key: true
    as_a_dict: 1
  2:
  - as_a_list
  3: value
  three: ${two}
  empty:
    list: []
    dict: {}
  ~list_to_override: ${empty:list}
  ~dict_to_override: ${empty:dict}