Skip to content

IniLine

Shawn Baker edited this page Dec 10, 2018 · 8 revisions

Description

Describes a line within an IniFile.

Variables

  • comments - [str]
  • name - str
  • value - str
  • is_section - bool

Methods

  • __init__()
  • add_line(full_line)
  • __repr__()

Clone this wiki locally