File: multiline-inline-table.toml

package info (click to toggle)
python-tomli 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,296 kB
  • sloc: python: 1,154; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
multiline = {
  "a" = 1, "b" = 2,
  c = [
       1,
       2,
       3,
      ],# comment
  d = 3,
  e = 4, f = {
              # comment
             },
}