# HG changeset patch # User Paul Boddie # Date 1395092199 -3600 # Node ID e2792f749a136344d1664f40ad039c88164ee38e # Parent a2ce972280d66110595b4c4e21924423815fee15 Added a note about the _attr annotation and unresolved names. diff -r a2ce972280d6 -r e2792f749a13 docs/annotations.txt --- a/docs/annotations.txt Mon Mar 17 22:36:10 2014 +0100 +++ b/docs/annotations.txt Mon Mar 17 22:36:39 2014 +0100 @@ -47,7 +47,8 @@ ------------------ _attr (may identify static attributes for classes and modules, - is otherwise given as a general instance) + is otherwise given as a general instance but may also be + an unresolved name) notes the result associated with an attribute access operation during inspection; this may be a general instance providing no specific information about the