Add a comment to indicate the methods of the StringIO are being discussed...

This commit is contained in:
Fred Drake 1998-04-11 18:05:24 +00:00
parent 111c20b992
commit 7e9383ab59
2 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,9 @@ to an existing string by passing the string to the constructor.
If no string is given, the \class{StringIO} will start empty.
\end{classdesc}
The following methods of \class{StringIO} objects require special
mention:
\begin{methoddesc}{getvalue}{}
Retrieve the entire contents of the ``file'' at any time before the
\class{StringIO} object's \method{close()} method is called.

View file

@ -13,6 +13,9 @@ to an existing string by passing the string to the constructor.
If no string is given, the \class{StringIO} will start empty.
\end{classdesc}
The following methods of \class{StringIO} objects require special
mention:
\begin{methoddesc}{getvalue}{}
Retrieve the entire contents of the ``file'' at any time before the
\class{StringIO} object's \method{close()} method is called.