From: Fred Drake Date: Fri, 23 Apr 1999 17:03:21 +0000 (+0000) Subject: No, __repr__() does not accept a parameter other than self. X-Git-Tag: v1.6a1~1482 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=806764bee480232b701104d7f8384af04dfd14d4;p=thirdparty%2FPython%2Fcpython.git No, __repr__() does not accept a parameter other than self. --- diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex index 66e6f4e20a2a..47b704b89609 100644 --- a/Doc/lib/libnetrc.tex +++ b/Doc/lib/libnetrc.tex @@ -24,6 +24,7 @@ user's home directory will be read. Parse errors will raise name, line number, and terminating token. \end{classdesc} + \subsection{netrc Objects \label{netrc-objects}} A \class{netrc} instance has the following methods: @@ -36,7 +37,7 @@ the `default' entry. If neither matching host nor default entry is available, return \code{None}. \end{methoddesc} -\begin{methoddesc}{__repr__}{host} +\begin{methoddesc}{__repr__}{} Dump the class data as a string in the format of a netrc file. (This discards comments and may reorder the entries.) \end{methoddesc}