Describe Charset.__repr__().
This commit is contained in:
parent
f32e313914
commit
1a2c37316b
|
@ -177,6 +177,7 @@ standard operations and built-in functions.
|
||||||
|
|
||||||
\begin{methoddesc}[Charset]{__str__}{}
|
\begin{methoddesc}[Charset]{__str__}{}
|
||||||
Returns \var{input_charset} as a string coerced to lower case.
|
Returns \var{input_charset} as a string coerced to lower case.
|
||||||
|
\method{__repr__()} is an alias for \method{__str__()}.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[Charset]{__eq__}{other}
|
\begin{methoddesc}[Charset]{__eq__}{other}
|
||||||
|
|
Loading…
Reference in New Issue