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
8f6b958f
Kaydet (Commit)
8f6b958f
authored
Nis 11, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use {memberdesc} to mark the instance attributes.
üst
7dba8e2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
12 deletions
+24
-12
libimaplib.tex
Doc/lib/libimaplib.tex
+12
-6
libimaplib.tex
Doc/libimaplib.tex
+12
-6
No files found.
Doc/lib/libimaplib.tex
Dosyayı görüntüle @
8f6b958f
...
...
@@ -194,13 +194,19 @@ An \class{IMAP4} instance has the following methods:
\end{methoddesc}
\class
{
IMAP4
}
instances have a variable
\member
{
PROTOCOL
_
VERSION
}
that
is set to the most recent supported protocol in the
\samp
{
CAPABILITY
}
response.
The following attributes are defined on instances of
\class
{
IMAP4
}
:
Finally,
\class
{
IMAP4
}
instances have a variable debug which can be
set to an integer to turn on debugging. Values greater than 3 trace
each command.
\begin{memberdesc}
{
PROTOCOL
_
VERSION
}
The most recent supported protocol in the
\samp
{
CAPABILITY
}
response from the server.
\end{memberdesc}
\begin{memberdesc}
{
debug
}
Integer value to control debugging output. The initialize value is
taken from the module variable
\code
{
Debug
}
. Values greater than
three trace each command.
\end{memberdesc}
\subsection
{
IMAP4 Example
}
...
...
Doc/libimaplib.tex
Dosyayı görüntüle @
8f6b958f
...
...
@@ -194,13 +194,19 @@ An \class{IMAP4} instance has the following methods:
\end{methoddesc}
\class
{
IMAP4
}
instances have a variable
\member
{
PROTOCOL
_
VERSION
}
that
is set to the most recent supported protocol in the
\samp
{
CAPABILITY
}
response.
The following attributes are defined on instances of
\class
{
IMAP4
}
:
Finally,
\class
{
IMAP4
}
instances have a variable debug which can be
set to an integer to turn on debugging. Values greater than 3 trace
each command.
\begin{memberdesc}
{
PROTOCOL
_
VERSION
}
The most recent supported protocol in the
\samp
{
CAPABILITY
}
response from the server.
\end{memberdesc}
\begin{memberdesc}
{
debug
}
Integer value to control debugging output. The initialize value is
taken from the module variable
\code
{
Debug
}
. Values greater than
three trace each command.
\end{memberdesc}
\subsection
{
IMAP4 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