what's meta class in django (python) | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

what's meta class in django (python)

what's meta class in django (python)

17th Aug 2019, 8:03 PM
kokito
1 ответ
0
Metaclasses in python. A metaclass is a class that isn't used to create new objects but new types. All the normal classes inherits from 'object', while meta ones inherits from 'type'. https://code.sololearn.com/cZ7qo3Z00J83/?ref=app
27th Aug 2019, 6:56 AM
Théophile
Théophile - avatar