Перейти к содержимому

"__new__" is awesome in Python

Indently

0:00 / 0:00

"__new__" is awesome in Python

44 205 просмотров · 11 месяцев назад
Indently
364 тыс. подписчиков
44 205 просмотров · 11 месяцев назад
In today's video we're going to learn about "__new__" in Python, which is an awesome dunder method which always gets called before "__init__". ▶ Become job-ready with Python: https://www.indently.io ▶ Learn Rust with me:    / @rustfully   00:00 Learning Python made simple 00:04 Intro 00:16 Basics 01:47 _new_ vs _init_ 03:04 Common use cases 10:24 Returning the wrong type 11:50 Forgetting to return 12:41 Practical example 16:00 Performance impact 17:15 Summary