mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Add a comment to indicate the methods of the StringIO are being discussed...
This commit is contained in:
parent
111c20b992
commit
7e9383ab59
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue