File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ \section{Standard Module \module{StringIO}}
1313If no string is given, the \class {StringIO} will start empty.
1414\end {classdesc }
1515
16+ The following methods of \class {StringIO} objects require special
17+ mention:
18+
1619\begin {methoddesc }{getvalue}{}
1720Retrieve the entire contents of the `` file'' at any time before the
1821\class {StringIO} object's \method {close()} method is called.
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ \section{Standard Module \module{StringIO}}
1313If no string is given, the \class {StringIO} will start empty.
1414\end {classdesc }
1515
16+ The following methods of \class {StringIO} objects require special
17+ mention:
18+
1619\begin {methoddesc }{getvalue}{}
1720Retrieve the entire contents of the `` file'' at any time before the
1821\class {StringIO} object's \method {close()} method is called.
You can’t perform that action at this time.
0 commit comments