File: sections_with_same_start.toml

package info (click to toggle)
python-tomlkit 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,296 kB
  • sloc: python: 3,280; sh: 5; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
[section]
key = "value"

[section2]
"key2" = 12.34

  [section2.sub-section]
  "key3" = "something"