mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-101880: add link to object.__hash__() in hash() builtin documentation (#101883)
This commit is contained in:
parent
69a39bd9ad
commit
ec7180bd1b
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ are always available. They are listed here in alphabetical order.
|
||||||
|
|
||||||
For objects with custom :meth:`__hash__` methods, note that :func:`hash`
|
For objects with custom :meth:`__hash__` methods, note that :func:`hash`
|
||||||
truncates the return value based on the bit width of the host machine.
|
truncates the return value based on the bit width of the host machine.
|
||||||
See :meth:`__hash__` for details.
|
See :meth:`__hash__ <object.__hash__>` for details.
|
||||||
|
|
||||||
.. function:: help()
|
.. function:: help()
|
||||||
help(request)
|
help(request)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue