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 saumitra1978
Recipients docs@python, martin.panter, rhettinger, saumitra1978
Date 2017-01-19.22:54:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANjQuE9VMj746h2g9jdM6NH-PmZkKwnv+Ura2xr7jfEeFFHzmA@mail.gmail.com>
In-reply-to <1484866085.3.0.686201795195.issue29330@psf.upfronthosting.co.za>
Content
Python 2.7.10 (default, Oct 23 2015, 19:19:21)

[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin

Type "help", "copyright", "credits" or "license" for more information.

>>> help(__slots__)

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

NameError: name '__slots__' is not defined

>>> help('__slots__')

no Python documentation found for '__slots__'

>>>

On Thu, Jan 19, 2017 at 2:48 PM, Martin Panter <report@bugs.python.org>
wrote:

>
> Martin Panter added the comment:
>
> Have you seen <https://docs.python.org/2.7/reference/datamodel.html#slots>?
> There is also <https://docs.python.org/2.7/glossary.html#term-slots>.
>
> ----------
> assignee:  -> docs@python
> components: +Documentation
> nosy: +docs@python, martin.panter
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue29330>
> _______________________________________
>
History
Date User Action Args
2017-01-19 22:54:14saumitra1978setrecipients: + saumitra1978, rhettinger, docs@python, martin.panter
2017-01-19 22:54:14saumitra1978linkissue29330 messages
2017-01-19 22:54:14saumitra1978create