diff options
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref3.tex | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 9176ad1..778b54f 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -112,17 +112,10 @@ numbers, efficiently stored arrays of integers, etc.). Some of the type descriptions below contain a paragraph listing `special attributes.' These are attributes that provide access to the implementation and are not intended for general use. Their definition -may change in the future. There are also some `generic' special -attributes, not listed with the individual objects: \member{__methods__} -is a list of the method names of a built-in object, if it has any; -\member{__members__} is a list of the data attribute names of a built-in -object, if it has any. +may change in the future. \index{attribute} \indexii{special}{attribute} \indexiii{generic}{special}{attribute} -\withsubitem{(built-in object attribute)}{ - \ttindex{__methods__} - \ttindex{__members__}} \begin{description} |