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
182bd2d1
Kaydet (Commit)
182bd2d1
authored
Nis 02, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use methoddesc instead of funcdesc to describe the only method.
üst
2351c807
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libmailbox.tex
Doc/lib/libmailbox.tex
+2
-2
libmailbox.tex
Doc/libmailbox.tex
+2
-2
No files found.
Doc/lib/libmailbox.tex
Dosyayı görüntüle @
182bd2d1
...
...
@@ -30,10 +30,10 @@ The name of the mailbox directory is passed in \var{dirname}.
All implementations of Mailbox objects have one externally visible
method:
\begin{
funcdesc}
{
next
}{}
\begin{
methoddesc}
[mailbox]
{
next
}{}
Return the next message in the mailbox, as a
\class
{
rfc822.Message
}
object.
Depending on the mailbox implementation the
\var
{
fp
}
attribute of this
object may be a true file object or a class instance simulating a file object,
taking care of things like message boundaries if multiple mail messages are
contained in a single file, etc.
\end{
func
desc}
\end{
method
desc}
Doc/libmailbox.tex
Dosyayı görüntüle @
182bd2d1
...
...
@@ -30,10 +30,10 @@ The name of the mailbox directory is passed in \var{dirname}.
All implementations of Mailbox objects have one externally visible
method:
\begin{
funcdesc}
{
next
}{}
\begin{
methoddesc}
[mailbox]
{
next
}{}
Return the next message in the mailbox, as a
\class
{
rfc822.Message
}
object.
Depending on the mailbox implementation the
\var
{
fp
}
attribute of this
object may be a true file object or a class instance simulating a file object,
taking care of things like message boundaries if multiple mail messages are
contained in a single file, etc.
\end{
func
desc}
\end{
method
desc}
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