Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
1e440299
Kaydet (Commit)
1e440299
authored
Haz 15, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Several new index entries to make find this easier.
Noted that name=value is allowed in addition to name: value.
üst
6e1d78a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
libcfgparser.tex
Doc/lib/libcfgparser.tex
+11
-9
No files found.
Doc/lib/libcfgparser.tex
Dosyayı görüntüle @
1e440299
...
...
@@ -5,20 +5,22 @@
\modulesynopsis
{
Configuration file parser.
}
\sectionauthor
{
Christopher G. Petrilli
}{
petrilli@amber.org
}
This module defines the class
\class
{
ConfigParser
}
. The
\class
{
ConfigParser
}
class implements a basic configuration file
This module defines the class
\class
{
ConfigParser
}
.
\indexii
{
.ini
}{
file
}
\indexii
{
configuration
}{
file
}
\index
{
ini file
}
\index
{
Windows ini file
}
The
\class
{
ConfigParser
}
class implements a basic configuration file
parser language which provides a structure similar to what you would
find on Microsoft Windows INI files. You can use this to write Python
find on Microsoft Windows INI files. You can use this to write Python
programs which can be customized by end users easily.
The configuration file consists of sections, lead by a
\samp
{
[section]
}
header and followed by
\samp
{
name: value
}
entries,
with continuations in the style of
\rfc
{
822
}
. The optional values
can contain format strings which refer to other values in the same
section, or values in a special
\code
{
DEFAULT
}
section. Addition
al
defaults can be provided upon initialization and retrieval. Lines
beginning with
\character
{
\#
}
are ignored and may be used to provide
comments.
with continuations in the style of
\rfc
{
822
}
;
\samp
{
name=value
}
is
also accepted. The optional values can contain format strings which
refer to other values in the same section, or values in a speci
al
\code
{
DEFAULT
}
section. Additional defaults can be provided upon
initialization and retrieval. Lines beginning with
\character
{
\#
}
are
ignored and may be used to provide
comments.
For example:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment