1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-01 19:08:04 +02:00
This commit is contained in:
Francisco Couzo 2023-08-27 14:32:48 +00:00
parent ccf5be1a6f
commit acfcfa8808

2
README.md vendored
View File

@ -1196,7 +1196,7 @@ True
True
```
Accessing` classm` or `method` twice, creates equal but not *same* objects for the same instance of `SomeClass`.
Accessing `classm` or `method` twice, creates equal but not *same* objects for the same instance of `SomeClass`.
#### 💡 Explanation
* Functions are [descriptors](https://docs.python.org/3/howto/descriptor.html). Whenever a function is accessed as an