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 81bdc93 commit 2a519f8Copy full SHA for 2a519f8
1 file changed
Doc/ref/ref3.tex
@@ -1096,6 +1096,13 @@ \subsection{Basic customization\label{customization}}
1096
\withsubitem{(mapping object method)}{\ttindex{__len__()}}
1097
\end{methoddesc}
1098
1099
+\begin{methoddesc}[object]{__unicode__}{self}
1100
+Called to implement \function{unicode()}\bifuncindex{unicode} builtin;
1101
+should return a Unicode object. When this method is not defined, string
1102
+conversion is attempted, and the result of string conversion is converted
1103
+to Unicode using the system default encoding.
1104
+\end{methoddesc}
1105
+
1106
1107
\subsection{Customizing attribute access\label{attribute-access}}
1108
0 commit comments