\subsection{Special Attributes \label{specialattrs}}
The implementation adds a few special read-only attributes to several
-object types, where they are relevant:
+object types, where they are relevant. Some of these are not reported
+by the \function{dir()} built-in function.
\begin{memberdesc}[object]{__dict__}
A dictionary or other mapping object used to store an
The tuple of base classes of a class object. If there are no base
classes, this will be an empty tuple.
\end{memberdesc}
+
+\begin{memberdesc}[class]{__name__}
+The name of the class or type.
+\end{memberdesc}