You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/python/magic_methods.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
## Зачем нужны
7
7
8
-
<spanclass="badge">Dunder methods</span> (Магические методы) позволяют вашим собственным классам вести себя так же, как встроенные типы данных.
8
+
<spanclass="badge">Dunder methods</span> (Магические методы) позволяют настроить поведение класса под стандартный синтаксис языка (операторы, сравнения, контейнеры, with)
9
9
10
10
С их помощью можно перегружать операторы (сложение, вычитание), настраивать строковое представление объекта, определять логику сравнения или превращать объект в итерируемую коллекцию.
0 commit comments