![](https://secure.gravatar.com/avatar/52acaa09a4d1a32e5c8da3b95e3e5ad7.jpg?s=120&d=mm&r=g)
April 8, 2023
2:42 a.m.
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"