# HG changeset patch # User Paul Boddie # Date 1394751392 -3600 # Node ID d4a8eaf02175860f3fa747d25c4123a8b5fc5aa4 # Parent 02b0f1b427892b1544a5a835cfcfd7a2e9924592 Added annotation details for _access_attrs. diff -r 02b0f1b42789 -r d4a8eaf02175 docs/annotations.txt --- a/docs/annotations.txt Thu Mar 13 23:54:49 2014 +0100 +++ b/docs/annotations.txt Thu Mar 13 23:56:32 2014 +0100 @@ -6,9 +6,10 @@ Deduction Results ----------------- -_access_attrs the deduced attributes involved in an access, or None; - details of the deductions are given in the following - annotations +_access_attrs the deduced attributes involved in an access provided as + a collection of (attribute, value) pairs, where the value + may be None; details of the deductions are given in the + following annotations _access_type ("constant", "static", "positioned", "instance", "impossible") defines the kind of access involved for a particular node