summaryrefslogtreecommitdiff
path: root/Doc/special_methods.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/special_methods.html')
-rw-r--r--Doc/special_methods.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/special_methods.html b/Doc/special_methods.html
index ecde87eed..dab3d3b72 100644
--- a/Doc/special_methods.html
+++ b/Doc/special_methods.html
@@ -225,6 +225,11 @@ or bad things could happen (see note 3).
<td>object</td>
<td>Get attribute</td>
</tr>
+ <td><tt>__getattribute__</tt></td>
+ <td>self, name</td>
+ <td>object</td>
+ <td>Get attribute, unconditionally</td>
+ </tr>
<tr>
<td><tt>__setattr__</tt></td>
<td>self, name, val</td>