Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2f061 commit bc961e5Copy full SHA for bc961e5
1 file changed
Doc/lib/libstringio.tex
@@ -62,7 +62,8 @@ \section{\module{cStringIO} ---
62
Another difference from the \refmodule{StringIO} module is that calling
63
\function{StringIO()} with a string parameter creates a read-only object.
64
Unlike an object created without a string parameter, it does not have
65
-write methods.
+write methods. These objects are not generally visible. They turn up in
66
+tracebacks as \class{StringI} and \class{StringO}.
67
68
The following data objects are provided as well:
69
0 commit comments