File: example.ini

package info (click to toggle)
python-iniconfig 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 466; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (30)
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