mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 02:54:25 +01:00
Update README.md
https://docs.python.org/3/library/collections.abc.html#collections.abc.Hashable
This commit is contained in:
parent
f32e9d36e3
commit
ab82f9647c
2
README.md
vendored
2
README.md
vendored
@ -1121,7 +1121,7 @@ False
|
|||||||
<!-- Example ID: 9f6d8cf0-e1b5-42d0-84a0-4cfab25a0bc0 --->
|
<!-- Example ID: 9f6d8cf0-e1b5-42d0-84a0-4cfab25a0bc0 --->
|
||||||
**Output:**
|
**Output:**
|
||||||
```py
|
```py
|
||||||
>>> from collections import Hashable
|
>>> from collections.abc import Hashable
|
||||||
>>> issubclass(list, object)
|
>>> issubclass(list, object)
|
||||||
True
|
True
|
||||||
>>> issubclass(object, Hashable)
|
>>> issubclass(object, Hashable)
|
||||||
|
Loading…
Reference in New Issue
Block a user