mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Repair a duplicate label and some obsolete uses of \setindexsubitem.
This commit is contained in:
parent
59c5884b4c
commit
781aef2d6b
6 changed files with 39 additions and 42 deletions
|
@ -89,25 +89,24 @@ aa:1c:95:52:6a:fa/14(ff)/8e:ba:5b:8:11:1a
|
|||
%
|
||||
The following methods are defined for capability objects.
|
||||
|
||||
\setindexsubitem{(capability method)}
|
||||
\begin{funcdesc}{dir_list}{}
|
||||
\begin{methoddesc}[capability]{dir_list}{}
|
||||
Returns a list of the names of the entries in an Amoeba directory.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{b_read}{offset, maxsize}
|
||||
\begin{methoddesc}[capability]{b_read}{offset, maxsize}
|
||||
Reads (at most)
|
||||
\var{maxsize}
|
||||
bytes from a bullet file at offset
|
||||
\var{offset.}
|
||||
The data is returned as a string.
|
||||
EOF is reported as an empty string.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{b_size}{}
|
||||
\begin{methoddesc}[capability]{b_size}{}
|
||||
Returns the size of a bullet file.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{dir_append}{}
|
||||
\begin{methoddesc}[capability]{dir_append}{}
|
||||
\funcline{dir_delete}{}
|
||||
\funcline{dir_lookup}{}
|
||||
\funcline{dir_replace}{}
|
||||
|
@ -116,17 +115,17 @@ Like the corresponding
|
|||
functions, but with a path relative to the capability.
|
||||
(For paths beginning with a slash the capability is ignored, since this
|
||||
is the defined semantics for Amoeba.)
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{std_info}{}
|
||||
\begin{methoddesc}[capability]{std_info}{}
|
||||
Returns the standard info string of the object.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{tod_gettime}{}
|
||||
\begin{methoddesc}[capability]{tod_gettime}{}
|
||||
Returns the time (in seconds since the Epoch, in UCT, as for \POSIX) from
|
||||
a time server.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{tod_settime}{t}
|
||||
\begin{methoddesc}[capability]{tod_settime}{t}
|
||||
Sets the time kept by a time server.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
|
|
@ -55,40 +55,39 @@ Returns the current font search path.
|
|||
|
||||
Font handle objects support the following operations:
|
||||
|
||||
\setindexsubitem{(font handle method)}
|
||||
\begin{funcdesc}{scalefont}{factor}
|
||||
\begin{methoddesc}[font handle]{scalefont}{factor}
|
||||
Returns a handle for a scaled version of this font.
|
||||
Calls \code{fmscalefont(\var{fh}, \var{factor})}.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{setfont}{}
|
||||
\begin{methoddesc}[font handle]{setfont}{}
|
||||
Makes this font the current font.
|
||||
Note: the effect is undone silently when the font handle object is
|
||||
deleted.
|
||||
Calls \code{fmsetfont(\var{fh})}.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{getfontname}{}
|
||||
\begin{methoddesc}[font handle]{getfontname}{}
|
||||
Returns this font's name.
|
||||
Calls \code{fmgetfontname(\var{fh})}.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{getcomment}{}
|
||||
\begin{methoddesc}[font handle]{getcomment}{}
|
||||
Returns the comment string associated with this font.
|
||||
Raises an exception if there is none.
|
||||
Calls \code{fmgetcomment(\var{fh})}.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{getfontinfo}{}
|
||||
\begin{methoddesc}[font handle]{getfontinfo}{}
|
||||
Returns a tuple giving some pertinent data about this font.
|
||||
This is an interface to \code{fmgetfontinfo()}.
|
||||
The returned tuple contains the following numbers:
|
||||
\code{(}\var{printermatched}, \var{fixed_width}, \var{xorig},
|
||||
\var{yorig}, \var{xsize}, \var{ysize}, \var{height},
|
||||
\var{nglyphs}\code{)}.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{getstrwidth}{string}
|
||||
\begin{methoddesc}[font handle]{getstrwidth}{string}
|
||||
Returns the width, in pixels, of \var{string} when drawn in this font.
|
||||
Calls \code{fmgetstrwidth(\var{fh}, \var{string})}.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
|
|
@ -62,8 +62,7 @@ The \module{posixfile} module defines the following functions:
|
|||
|
||||
The posixfile object defines the following additional methods:
|
||||
|
||||
\setindexsubitem{(posixfile method)}
|
||||
\begin{funcdesc}{lock}{fmt, \optional{len\optional{, start\optional{, whence}}}}
|
||||
\begin{methoddesc}[posixfile]{lock}{fmt, \optional{len\optional{, start\optional{, whence}}}}
|
||||
Lock the specified section of the file that the file object is
|
||||
referring to. The format is explained
|
||||
below in a table. The \var{len} argument specifies the length of the
|
||||
|
@ -74,9 +73,9 @@ The posixfile object defines the following additional methods:
|
|||
\constant{SEEK_CUR} or \constant{SEEK_END}. The default is
|
||||
\constant{SEEK_SET}. For more information about the arguments refer
|
||||
to the \manpage{fcntl}{2} manual page on your system.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{flags}{\optional{flags}}
|
||||
\begin{methoddesc}[posixfile]{flags}{\optional{flags}}
|
||||
Set the specified flags for the file that the file object is referring
|
||||
to. The new flags are ORed with the old flags, unless specified
|
||||
otherwise. The format is explained below in a table. Without
|
||||
|
@ -84,25 +83,25 @@ The posixfile object defines the following additional methods:
|
|||
a string indicating the current flags is returned (this is
|
||||
the same as the \samp{?} modifier). For more information about the
|
||||
flags refer to the \manpage{fcntl}{2} manual page on your system.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{dup}{}
|
||||
\begin{methoddesc}[posixfile]{dup}{}
|
||||
Duplicate the file object and the underlying file pointer and file
|
||||
descriptor. The resulting object behaves as if it were newly
|
||||
opened.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{dup2}{fd}
|
||||
\begin{methoddesc}[posixfile]{dup2}{fd}
|
||||
Duplicate the file object and the underlying file pointer and file
|
||||
descriptor. The new object will have the given file descriptor.
|
||||
Otherwise the resulting object behaves as if it were newly opened.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{funcdesc}{file}{}
|
||||
\begin{methoddesc}[posixfile]{file}{}
|
||||
Return the standard file object that the posixfile object is based
|
||||
on. This is sometimes necessary for functions that insist on a
|
||||
standard file object.
|
||||
\end{funcdesc}
|
||||
\end{methoddesc}
|
||||
|
||||
All methods raise \exception{IOError} when the request fails.
|
||||
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
|
||||
The modules described in this chapter provide interfaces to features
|
||||
that are unique to SunOS 5 (also known as Solaris version 2).
|
||||
|
||||
\localmoduletable
|
||||
|
|
|
@ -91,7 +91,7 @@ specific class.
|
|||
\end{seealso}
|
||||
|
||||
|
||||
\subsection{Basic example \label{minimal-example}}
|
||||
\subsection{Basic example \label{unittest-minimal-example}}
|
||||
|
||||
The \module{unittest} module provides a rich set of tools for
|
||||
constructing and running tests. This section demonstrates that a
|
||||
|
|
|
@ -189,8 +189,6 @@ null-event is passed (so you can look at mouse position, etc).
|
|||
|
||||
Window objects have the following methods, among others:
|
||||
|
||||
\setindexsubitem{(Window method)}
|
||||
|
||||
\begin{methoddesc}[Window]{open}{}
|
||||
Override this method to open a window. Store the MacOS window-id in
|
||||
\member{self.wid} and call the \method{do_postopen()} method to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue