File: example.ini

package info (click to toggle)
python-iniconfig 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: python: 408; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10

# content of example.ini
[section1] # comment
name1=value1  # comment
name1b=value1,value2  # comment

[section2]
name2=
    line1
    line2