InterviewSolution
Saved Bookmarks
| 1. |
What is Python magic method? |
|
Answer» It refers to the METHOD which ADDS a certain value to the CLASS. It can’t be initiated by the user rather only occurs when an internal ACTION takes CHARGE. In python, the built-in classes define a number of magic methods. |
|