On Sat, 8 Apr 2023 at 03:45, Samuel Muldoon <muldoonsam...@gmail.com> wrote:

> Hi,
>
> A lot of python's built-in functions have an attribute named __qualname__.
>
> However, the built-in `help` function has no __qualname__ attribute.
>
> In a future version of python can we have:
>
> help.__qualname__ = "help"
>
>
That sounds like a reasonable request. Open an issue for it on the bug
tracker.

Michael


> _______________________________________________
> 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/PKBVAC4M2LGIB55XT4WJPVOFFZGXJHHP/
> Code of Conduct: http://python.org/psf/codeofconduct/
>


-- 

Michael Foord

Python Consultant, Contractor and Trainer

https://agileabstractions.com/
_______________________________________________
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/VFRZWSFUQ3YH36NZYYV6FW2E52OM2WDQ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to