Kind Regards,

Abdur-Rahmaan Janhangeer
compileralchemy.com <https://www.compileralchemy.com> | github
<https://github.com/Abdur-rahmaanJ/>
Mauritius


On Thu, Apr 2, 2020 at 9:52 PM Brett Cannon <br...@python.org> wrote:

>
> That's what help() is for. The __repr__ is meant to help during
> development with some succinct representation of the object (hence why they
> typically have an identifier to help tell equal objects apart). Including
> docstrings and such is not a goal for the repr and would make it no longer
> succinct.
>

This means we have a __repr__ option in packages (Without Steven's snippet
above)?
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/EIS67LTCZOXC475DKN323NA4XVKMFCCB/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to