Kaydet (Commit) 20ab9e9c authored tarafından Guido van Rossum's avatar Guido van Rossum

Document xreadlines() method. (Forgot to check this in before!)

üst e54e0be3
......@@ -1112,6 +1112,10 @@ Files have the following methods:
implemented, or cannot be implemented efficiently.
\end{methoddesc}
\begin{methoddesc}[file]{xreadlines}{}
Equivalent to \function{xreadlines.xreadlines(file)}.\refstmodindex{xreadlines}
\end{methoddesc}
\begin{methoddesc}[file]{seek}{offset\optional{, whence}}
Set the file's current position, like \code{stdio}'s \cfunction{fseek()}.
The \var{whence} argument is optional and defaults to \code{0}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment