mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Remove over-active replace-string turds.
This commit is contained in:
parent
eb90946978
commit
34672dbb38
2 changed files with 22 additions and 22 deletions
|
@ -111,52 +111,52 @@ methods:
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{closeport}{}
|
\begin{methoddesc}[audio port]{closeport}{}
|
||||||
Close the port.
|
Close the port.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getfd}{}
|
\begin{methoddesc}[audio port]{getfd}{}
|
||||||
Return the file descriptor as an int.
|
Return the file descriptor as an int.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getfilled}{}
|
\begin{methoddesc}[audio port]{getfilled}{}
|
||||||
Return the number of filled samples.
|
Return the number of filled samples.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getfillable}{}
|
\begin{methoddesc}[audio port]{getfillable}{}
|
||||||
Return the number of fillable samples.
|
Return the number of fillable samples.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{readsamps}{nsamples}
|
\begin{methoddesc}[audio port]{readsamps}{nsamples}
|
||||||
Read a number of samples from the queue, blocking if necessary.
|
Read a number of samples from the queue, blocking if necessary.
|
||||||
Return the data as a string containing the raw data, (e.g., 2 bytes per
|
Return the data as a string containing the raw data, (e.g., 2 bytes per
|
||||||
sample in big-endian byte order (high byte, low byte) if you have set
|
sample in big-endian byte order (high byte, low byte) if you have set
|
||||||
the sample width to 2 bytes).
|
the sample width to 2 bytes).
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{writesamps}{samples}
|
\begin{methoddesc}[audio port]{writesamps}{samples}
|
||||||
Write samples into the queue, blocking if necessary. The samples are
|
Write samples into the queue, blocking if necessary. The samples are
|
||||||
encoded as described for the \method{readsamps()} return value.
|
encoded as described for the \method{readsamps()} return value.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getfillpoint}{}
|
\begin{methoddesc}[audio port]{getfillpoint}{}
|
||||||
Return the `fill point'.
|
Return the `fill point'.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{setfillpoint}{fillpoint}
|
\begin{methoddesc}[audio port]{setfillpoint}{fillpoint}
|
||||||
Set the `fill point'.
|
Set the `fill point'.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getconfig}{}
|
\begin{methoddesc}[audio port]{getconfig}{}
|
||||||
Return a configuration object containing the current configuration of
|
Return a configuration object containing the current configuration of
|
||||||
the port.
|
the port.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{setconfig}{config}
|
\begin{methoddesc}[audio port]{setconfig}{config}
|
||||||
Set the configuration from the argument, a configuration object.
|
Set the configuration from the argument, a configuration object.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getstatus}{list}
|
\begin{methoddesc}[audio port]{getstatus}{list}
|
||||||
Get status information on last error.
|
Get status information on last error.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
|
|
||||||
\section{Standard Module \module{AL}}
|
\section{Standard Module \module{AL}}
|
||||||
|
|
|
@ -111,52 +111,52 @@ methods:
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{closeport}{}
|
\begin{methoddesc}[audio port]{closeport}{}
|
||||||
Close the port.
|
Close the port.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getfd}{}
|
\begin{methoddesc}[audio port]{getfd}{}
|
||||||
Return the file descriptor as an int.
|
Return the file descriptor as an int.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getfilled}{}
|
\begin{methoddesc}[audio port]{getfilled}{}
|
||||||
Return the number of filled samples.
|
Return the number of filled samples.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getfillable}{}
|
\begin{methoddesc}[audio port]{getfillable}{}
|
||||||
Return the number of fillable samples.
|
Return the number of fillable samples.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{readsamps}{nsamples}
|
\begin{methoddesc}[audio port]{readsamps}{nsamples}
|
||||||
Read a number of samples from the queue, blocking if necessary.
|
Read a number of samples from the queue, blocking if necessary.
|
||||||
Return the data as a string containing the raw data, (e.g., 2 bytes per
|
Return the data as a string containing the raw data, (e.g., 2 bytes per
|
||||||
sample in big-endian byte order (high byte, low byte) if you have set
|
sample in big-endian byte order (high byte, low byte) if you have set
|
||||||
the sample width to 2 bytes).
|
the sample width to 2 bytes).
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{writesamps}{samples}
|
\begin{methoddesc}[audio port]{writesamps}{samples}
|
||||||
Write samples into the queue, blocking if necessary. The samples are
|
Write samples into the queue, blocking if necessary. The samples are
|
||||||
encoded as described for the \method{readsamps()} return value.
|
encoded as described for the \method{readsamps()} return value.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getfillpoint}{}
|
\begin{methoddesc}[audio port]{getfillpoint}{}
|
||||||
Return the `fill point'.
|
Return the `fill point'.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{setfillpoint}{fillpoint}
|
\begin{methoddesc}[audio port]{setfillpoint}{fillpoint}
|
||||||
Set the `fill point'.
|
Set the `fill point'.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getconfig}{}
|
\begin{methoddesc}[audio port]{getconfig}{}
|
||||||
Return a configuration object containing the current configuration of
|
Return a configuration object containing the current configuration of
|
||||||
the port.
|
the port.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{setconfig}{config}
|
\begin{methoddesc}[audio port]{setconfig}{config}
|
||||||
Set the configuration from the argument, a configuration object.
|
Set the configuration from the argument, a configuration object.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[audio port]{getstatus}{list}
|
\begin{methoddesc}[audio port]{getstatus}{list}
|
||||||
Get status information on last error.
|
Get status information on last error.
|
||||||
\end{methoddesc}[audio port]
|
\end{methoddesc}
|
||||||
|
|
||||||
|
|
||||||
\section{Standard Module \module{AL}}
|
\section{Standard Module \module{AL}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue