what's meta class in django (python) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what's meta class in django (python)

what's meta class in django (python)

17th Aug 2019, 8:03 PM
kokito
1 Answer
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