Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8f6b958f
Commit
8f6b958f
authored
Apr 11, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use {memberdesc} to mark the instance attributes.
parent
7dba8e2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
12 deletions
+24
-12
Doc/lib/libimaplib.tex
Doc/lib/libimaplib.tex
+12
-6
Doc/libimaplib.tex
Doc/libimaplib.tex
+12
-6
No files found.
Doc/lib/libimaplib.tex
View file @
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
View file @
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