This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients docs@python, iritkatriel, veky
Date 2022-01-25.14:48:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643122107.9.0.126520357852.issue26120@roundup.psfhosted.org>
In-reply-to
Content
It's like this:

>>> import foo
>>> dir(foo)
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'annotations', 'x']
>>> foo.annotations
_Feature((3, 7, 0, 'beta', 1), (3, 11, 0, 'alpha', 0), 16777216)


So the attribute in foo is called annotations, i.e. it's not private.
History
Date User Action Args
2022-01-25 14:48:27iritkatrielsetrecipients: + iritkatriel, docs@python, veky
2022-01-25 14:48:27iritkatrielsetmessageid: <1643122107.9.0.126520357852.issue26120@roundup.psfhosted.org>
2022-01-25 14:48:27iritkatriellinkissue26120 messages
2022-01-25 14:48:27iritkatrielcreate