mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-07-26 16:00:21 +02:00
2
README.md
vendored
2
README.md
vendored
@@ -1196,7 +1196,7 @@ True
|
|||||||
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
|
#### 💡 Explanation
|
||||||
* Functions are [descriptors](https://docs.python.org/3/howto/descriptor.html). Whenever a function is accessed as an
|
* Functions are [descriptors](https://docs.python.org/3/howto/descriptor.html). Whenever a function is accessed as an
|
||||||
|
Reference in New Issue
Block a user