mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
(libformatter.tex): Document the flush() method on the writer.
This commit is contained in:
@@ -216,6 +216,10 @@ application.
|
||||
|
||||
\renewcommand{\indexsubitem}{(writer object method)}
|
||||
|
||||
\begin{funcdesc}{flush}{}
|
||||
Flush any buffered output or device control events.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{new_alignment}{align}
|
||||
Set the alignment style. The \code{align} value can be any object,
|
||||
but by convention is a string or \code{None}, where \code{None}
|
||||
|
||||
@@ -216,6 +216,10 @@ application.
|
||||
|
||||
\renewcommand{\indexsubitem}{(writer object method)}
|
||||
|
||||
\begin{funcdesc}{flush}{}
|
||||
Flush any buffered output or device control events.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{new_alignment}{align}
|
||||
Set the alignment style. The \code{align} value can be any object,
|
||||
but by convention is a string or \code{None}, where \code{None}
|
||||
|
||||
Reference in New Issue
Block a user