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
812860e8
Kaydet (Commit)
812860e8
authored
Nis 23, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Hack places where '--' should appear as literal output but the -- was
(properly) converted to - by LaTeX2HTML.
üst
d960dc81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
libmultifile.tex
Doc/lib/libmultifile.tex
+7
-7
No files found.
Doc/lib/libmultifile.tex
Dosyayı görüntüle @
812860e8
\section
{
\module
{
multifile
}
---
Support for reading files which contain distinct parts.
}
\declaremodule
{
standard
}{
multifile
}
\sectionauthor
{
Eric S. Raymond
}{
esr@snark.thyrsus.com
}
Support for files containing distinct parts
}
\declaremodule
{
standard
}{
multifile
}
\modulesynopsis
{
Support for reading files which contain distinct
parts, such as some MIME data.
}
parts, such as some MIME data.
}
\sectionauthor
{
Eric S. Raymond
}{
esr@snark.thyrsus.com
}
The
\class
{
MultiFile
}
object enables you to treat sections of a text
...
...
@@ -95,7 +95,7 @@ Return the file position relative to the start of the current section.
\begin{methoddesc}
{
is
_
data
}{
str
}
Return true if
\var
{
str
}
is data and false if it might be a section
boundary. As written, it tests for a prefix other than
\code
{
'--'
}
at
boundary. As written, it tests for a prefix other than
\code
{
'-
}
\code
{
-'
}
at
start of line (which all MIME boundaries have) but it is declared so
it can be overridden in derived classes.
...
...
@@ -106,7 +106,7 @@ processing, not cause it to fail.
\begin{methoddesc}
{
section
_
divider
}{
str
}
Turn a boundary into a section-divider line. By default, this
method prepends
\code
{
'--'
}
(which MIME section boundaries have) but
method prepends
\code
{
'-
}
\code
{
-'
}
(which MIME section boundaries have) but
it is declared so it can be overridden in derived classes. This
method need not append LF or CR-LF, as comparison with the result
ignores trailing whitespace.
...
...
@@ -114,7 +114,7 @@ ignores trailing whitespace.
\begin{methoddesc}
{
end
_
marker
}{
str
}
Turn a boundary string into an end-marker line. By default, this
method prepends
\code
{
'-
-'
}
and appends
\code
{
'-
-'
}
(like a
method prepends
\code
{
'-
}
\code
{
-'
}
and appends
\code
{
'-
}
\code
{
-'
}
(like a
MIME-multipart end-of-message marker) but it is declared so it can be
be overridden in derived classes. This method need not append LF or
CR-LF, as comparison with the result ignores trailing whitespace.
...
...
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