Called to implement the built-in functions \verb\int()\, \verb\long()\
and \verb\float()\. Should return a value of the appropriate type.
+\item[\tt __oct__(self)]\itemjoin
+\item[\tt __hex__(self)]\itembreak
+Called to implement the built-in functions \verb\oct()\ and
+\verb\hex()\. Should return a string value.
+
\end{description}
Called to implement the built-in functions \verb\int()\, \verb\long()\
and \verb\float()\. Should return a value of the appropriate type.
+\item[\tt __oct__(self)]\itemjoin
+\item[\tt __hex__(self)]\itembreak
+Called to implement the built-in functions \verb\oct()\ and
+\verb\hex()\. Should return a string value.
+
\end{description}