mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
(libformatter.tex): Document the flush() method on the writer.
This commit is contained in:
parent
2823168c46
commit
591bbb1572
2 changed files with 8 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue